diff options
Diffstat (limited to 'src/libstd/std.rs')
| -rw-r--r-- | src/libstd/std.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs index e9d5dd416ad..8dcb7d8cd04 100644 --- a/src/libstd/std.rs +++ b/src/libstd/std.rs @@ -57,6 +57,10 @@ they contained the following prologue: #[license = "MIT/ASL2"]; #[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")]; + // Don't link to std. We are std. #[no_std]; |
