mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Revert "Use rustdoc --document-private-item instead of deprecated flags"
This reverts commit d96f0ff6a7
.
This commit is contained in:
parent
e2c89df8ee
commit
6dff251e35
3 changed files with 10 additions and 6 deletions
4
etc/rustdoc-with-private
Executable file
4
etc/rustdoc-with-private
Executable file
|
@ -0,0 +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 --passes strip-priv-imports "$@"
|
Loading…
Add table
Add a link
Reference in a new issue