about summary refs log tree commit diff
path: root/src/librustdoc/html
diff options
context:
space:
mode:
authorEtomicBomb <ethan@ethan.ws>2024-07-25 00:05:32 +0000
committerEtomicBomb <ethan@ethan.ws>2024-08-07 18:37:44 +0000
commitf1a996c39b4accf958cb02028e9b8e5d4e3d796d (patch)
treeecfde0efa67c5df79613dc46c0d28bc7e7c33297 /src/librustdoc/html
parent9ebe5ae3064af4f7f0f79c774e778ee26f36bdcb (diff)
downloadrust-f1a996c39b4accf958cb02028e9b8e5d4e3d796d.tar.gz
rust-f1a996c39b4accf958cb02028e9b8e5d4e3d796d.zip
add blank line, remove extraneous comment
Diffstat (limited to 'src/librustdoc/html')
-rw-r--r--src/librustdoc/html/render/context.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/render/context.rs b/src/librustdoc/html/render/context.rs
index 8e72dd6a864..0ed8921b1e8 100644
--- a/src/librustdoc/html/render/context.rs
+++ b/src/librustdoc/html/render/context.rs
@@ -722,7 +722,6 @@ impl<'tcx> FormatRenderer<'tcx> for Context<'tcx> {
         );
         shared.fs.write(help_file, v)?;
 
-        // if to avoid writing files to doc root unless we're on the final invocation
         if shared.layout.scrape_examples_extension {
             page.title = "About scraped examples";
             page.description = "How the scraped examples feature works in Rustdoc";