mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
servo: Merge #9894 - Use rustdoc’s new --passes strip-priv-imports
flag (from servo:strip-priv-imports); r=Ms2ger
https://github.com/rust-lang/rust/pull/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
This commit is contained in:
parent
1436e99264
commit
d6492e5b27
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Skip the strip-private and strip-hidden rustdoc passes
|
||||
# https://github.com/rust-lang/rust/issues/15347
|
||||
rustdoc --no-defaults --passes collapse-docs --passes unindent-comments "$@"
|
||||
rustdoc --no-defaults --passes collapse-docs --passes unindent-comments --passes strip-priv-imports "$@"
|
||||
|
@ -1 +1 @@
|
||||
2016-03-05
|
||||
2016-03-07
|
||||
|
Loading…
Reference in New Issue
Block a user