about summary refs log tree commit diff
path: root/src/rustdoc/prune_hidden_pass.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rustdoc/prune_hidden_pass.rs')
-rw-r--r--src/rustdoc/prune_hidden_pass.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustdoc/prune_hidden_pass.rs b/src/rustdoc/prune_hidden_pass.rs
index 783ca6d3f14..e121cc88dd7 100644
--- a/src/rustdoc/prune_hidden_pass.rs
+++ b/src/rustdoc/prune_hidden_pass.rs
@@ -1,4 +1,4 @@
-#[doc = "Prunes things with the #[doc(hidden)] attribute"];
+//! Prunes things with the #[doc(hidden)] attribute
 
 import std::map::hashmap;
 export mk_pass;