Skip to content

Commit

Permalink
Auto merge of #32101 - SimonSapin:patch-11, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Mar 10, 2016
2 parents 6d6ae1f + d961323 commit 4b87655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/librustdoc/lib.rs
Expand Up @@ -108,7 +108,8 @@ const PASSES: &'static [Pass] = &[
("collapse-docs", passes::collapse_docs,
"concatenates all document attributes into one document attribute"),
("strip-private", passes::strip_private,
"strips all private items from a crate which cannot be seen externally"),
"strips all private items from a crate which cannot be seen externally, \
implies strip-priv-imports"),
("strip-priv-imports", passes::strip_priv_imports,
"strips all private import statements (`use`, `extern crate`) from a crate"),
];
Expand Down

0 comments on commit 4b87655

Please sign in to comment.