We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebf4829 + cf8e325 commit acc1b2cCopy full SHA for acc1b2c
src/lib.rs
@@ -209,8 +209,8 @@
209
//! [`Env`]: struct.Env.html
210
//! [`fmt`]: fmt/index.html
211
212
-#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
213
- html_favicon_url = "http://www.rust-lang.org/favicon.ico",
+#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
+ html_favicon_url = "https://www.rust-lang.org/static/images/favicon.ico",
214
html_root_url = "https://docs.rs/env_logger/0.6.0")]
215
#![cfg_attr(test, deny(warnings))]
216
0 commit comments