Skip to content

Commit

Permalink
servo: Merge #9894 - Use rustdoc’s new --passes strip-priv-imports
Browse files Browse the repository at this point in the history
…flag (from servo:strip-priv-imports); r=Ms2ger

rust-lang/rust#32055

This will make e.g. http://doc.servo.org/servo/index.html#reexports stop listing `extern crate` and `use` statements that don’t have `pub`.

Source-Repo: https://github.com/servo/servo
Source-Revision: 1453f438256afe92b0f79980c984824aac4afeae

UltraBlame original commit: 8429d073276a3daeb5d4403ad44274bc39113092
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent 47cca2e commit 4eb0b76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions servo/etc/rustdoc-with-private
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,13 @@ passes
unindent
-
comments
-
-
passes
strip
-
priv
-
imports
"
"
2 changes: 1 addition & 1 deletion servo/rust-nightly-date
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
-
03
-
05
07

0 comments on commit 4eb0b76

Please sign in to comment.