mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Use rustdoc --document-private-item instead of deprecated flags
… and use $RUSTDOCFLAGS instead of $RUSTDOC with a wrapper script
This commit is contained in:
parent
3a08f87ec8
commit
d96f0ff6a7
2 changed files with 1 additions and 5 deletions
|
@ -1,4 +0,0 @@
|
|||
#!/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 --passes strip-priv-imports "$@"
|
Loading…
Add table
Add a link
Reference in a new issue