aboutsummaryrefslogtreecommitdiffstats
path: root/etc/rustdoc-with-private
blob: e038696375a7f53fbc1001e23f552cfa82ed6eb4 (plain) (blame)
1
2
3
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 "$@"