diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-09-24 14:09:11 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-09-25 14:27:43 -0700 |
| commit | f648690234ddbf4a8f91b7997a13ce72a8b36958 (patch) | |
| tree | 2cfa825135860a21bea8f968b9553e1861141186 /src/libstd/std.rs | |
| parent | c4219a478354b464079b1b7ab081e071e8e39765 (diff) | |
| download | rust-f648690234ddbf4a8f91b7997a13ce72a8b36958.tar.gz rust-f648690234ddbf4a8f91b7997a13ce72a8b36958.zip | |
rustdoc: Strip hidden docs by default.
Diffstat (limited to 'src/libstd/std.rs')
| -rw-r--r-- | src/libstd/std.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs index 5c1bac7418e..46d655e6379 100644 --- a/src/libstd/std.rs +++ b/src/libstd/std.rs @@ -58,8 +58,7 @@ they contained the following prologue: #[crate_type = "lib"]; #[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png", - html_favicon_url = "http://www.rust-lang.org/favicon.ico", - passes = "strip-hidden")]; + html_favicon_url = "http://www.rust-lang.org/favicon.ico")]; // Don't link to std. We are std. #[no_std]; |
