diff options
Diffstat (limited to 'src/rustdoc/prune_unexported_pass.rs')
| -rw-r--r-- | src/rustdoc/prune_unexported_pass.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustdoc/prune_unexported_pass.rs b/src/rustdoc/prune_unexported_pass.rs index 753100c1f09..4622aeefba8 100644 --- a/src/rustdoc/prune_unexported_pass.rs +++ b/src/rustdoc/prune_unexported_pass.rs @@ -1,4 +1,4 @@ -#[doc = "Prunes branches of the tree that are not exported"]; +//! Prunes branches of the tree that are not exported import syntax::ast; import syntax::ast_util; |
