Skip to content

Commit d961323

Browse files
committed
1 parent e079afa commit d961323

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustdoc/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ const PASSES: &'static [Pass] = &[
108108
("collapse-docs", passes::collapse_docs,
109109
"concatenates all document attributes into one document attribute"),
110110
("strip-private", passes::strip_private,
111-
"strips all private items from a crate which cannot be seen externally"),
111+
"strips all private items from a crate which cannot be seen externally, \
112+
implies strip-priv-imports"),
112113
("strip-priv-imports", passes::strip_priv_imports,
113114
"strips all private import statements (`use`, `extern crate`) from a crate"),
114115
];

0 commit comments

Comments
 (0)