diff --git a/etc/rustdoc-with-private b/etc/rustdoc-with-private index 770469ac064..e038696375a 100755 --- a/etc/rustdoc-with-private +++ b/etc/rustdoc-with-private @@ -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 unindent-comments" "$@" +rustdoc --no-defaults --passes collapse-docs --passes unindent-comments "$@"