diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-05 14:37:15 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-07 11:06:19 +0100 |
| commit | 8b886e07f52d1523421a3cf0c484a4898d13b432 (patch) | |
| tree | a0c04fe0bf19fbc7aa3baa49ceac901021f97dd2 /src/librustc_codegen_llvm | |
| parent | 626e74d5f64cdc820b6c6ac1a5a9a42096cd147a (diff) | |
| download | rust-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.rs | 4 |
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)] |
