diff --git a/etc/rustdoc-with-private b/etc/rustdoc-with-private index e038696375a..097c237c562 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 --passes unindent-comments "$@" +rustdoc --no-defaults --passes collapse-docs --passes unindent-comments --passes strip-priv-imports "$@" diff --git a/rust-nightly-date b/rust-nightly-date index c8c161a030d..ae241281d0e 100644 --- a/rust-nightly-date +++ b/rust-nightly-date @@ -1 +1 @@ -2016-03-05 +2016-03-07