diff options
| author | bors <bors@rust-lang.org> | 2015-05-16 17:41:28 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-05-16 17:41:28 +0000 |
| commit | 6403a2fc3271b5c510307f09d98af8e6c8e15481 (patch) | |
| tree | 4867a34f480a0f4a43e27aa5e82e52546a9d4fb0 /src/liballoc | |
| parent | 5e535eae5c4b70879aefc050a5fe0b8137c07eac (diff) | |
| parent | 0e21beb761e98d30a09c48e110eb0bb3d18fc5ea (diff) | |
| download | rust-6403a2fc3271b5c510307f09d98af8e6c8e15481.tar.gz rust-6403a2fc3271b5c510307f09d98af8e6c8e15481.zip | |
Auto merge of #25462 - alexcrichton:favicon-https, r=nrc
Helps prevent mixed content warnings if accessing docs over HTTPS. Closes #25459
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 473429b813c..ac5a5d60cbd 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -64,7 +64,7 @@ #![staged_api] #![crate_type = "rlib"] #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", - html_favicon_url = "http://www.rust-lang.org/favicon.ico", + html_favicon_url = "https://doc.rust-lang.org/favicon.ico", html_root_url = "http://doc.rust-lang.org/nightly/")] #![doc(test(no_crate_inject))] |
