mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
4 lines
221 B
Bash
Executable file
4 lines
221 B
Bash
Executable file
#!/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 "$@"
|