about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
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/librustc_codegen_llvm
parent626e74d5f64cdc820b6c6ac1a5a9a42096cd147a (diff)
downloadrust-8b886e07f52d1523421a3cf0c484a4898d13b432.tar.gz
rust-8b886e07f52d1523421a3cf0c484a4898d13b432.zip
Remove images' url to make it work even without internet connection
Diffstat (limited to 'src/librustc_codegen_llvm')
-rw-r--r--src/librustc_codegen_llvm/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs
index ab2fb67d549..ad8db25ee95 100644
--- a/src/librustc_codegen_llvm/lib.rs
+++ b/src/librustc_codegen_llvm/lib.rs
@@ -4,9 +4,7 @@
 //!
 //! This API is completely unstable and subject to change.
 
-#![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/")]
 
 #![feature(box_patterns)]
 #![feature(box_syntax)]