We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d6ae1f + d961323 commit 4b87655Copy full SHA for 4b87655
src/librustdoc/lib.rs
@@ -108,7 +108,8 @@ const PASSES: &'static [Pass] = &[
108
("collapse-docs", passes::collapse_docs,
109
"concatenates all document attributes into one document attribute"),
110
("strip-private", passes::strip_private,
111
- "strips all private items from a crate which cannot be seen externally"),
+ "strips all private items from a crate which cannot be seen externally, \
112
+ implies strip-priv-imports"),
113
("strip-priv-imports", passes::strip_priv_imports,
114
"strips all private import statements (`use`, `extern crate`) from a crate"),
115
];
0 commit comments