about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-02-05 14:37:15 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-02-07 11:06:19 +0100
commit8b886e07f52d1523421a3cf0c484a4898d13b432 (patch)
treea0c04fe0bf19fbc7aa3baa49ceac901021f97dd2 /src/liballoc
parent626e74d5f64cdc820b6c6ac1a5a9a42096cd147a (diff)
downloadrust-8b886e07f52d1523421a3cf0c484a4898d13b432.tar.gz
rust-8b886e07f52d1523421a3cf0c484a4898d13b432.zip
Remove images' url to make it work even without internet connection
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 80097a128a5..189ba84eeed 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -55,9 +55,7 @@
             reason = "this library is unlikely to be stabilized in its current \
                       form or name",
             issue = "27783")]
-#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
-       html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
-       html_root_url = "https://doc.rust-lang.org/nightly/",
+#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
        issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
        test(no_crate_inject, attr(allow(unused_variables), deny(warnings))))]
 #![no_std]