Make source links look cleaner

Change from syntaxy-looking [src] to the plain word "source".
This commit is contained in:
Jacob Hoffman-Andrews
2021-12-03 17:09:04 -08:00
parent a77cc64af4
commit 962c0a4ee5
20 changed files with 96 additions and 79 deletions

View File

@@ -65,7 +65,7 @@ crate struct Context<'tcx> {
///
/// [#82381]: https://github.com/rust-lang/rust/issues/82381
crate shared: Rc<SharedContext<'tcx>>,
/// This flag indicates whether `[src]` links should be generated or not. If
/// This flag indicates whether source links should be generated or not. If
/// the source files are present in the html rendering, then this will be
/// `true`.
crate include_sources: bool,