diff --git a/servo/etc/rustdoc-with-private b/servo/etc/rustdoc-with-private
index e038696375a7f..097c237c56231 100644
--- a/servo/etc/rustdoc-with-private
+++ b/servo/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/servo/rust-nightly-date b/servo/rust-nightly-date
index c8c161a030d77..ae241281d0edb 100644
--- a/servo/rust-nightly-date
+++ b/servo/rust-nightly-date
@@ -1 +1 @@
-2016-03-05
+2016-03-07