We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f53c8d commit 92db3ecCopy full SHA for 92db3ec
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "env_logger"
3
edition = "2018"
4
-version = "0.8.2" # remember to update html_root_url
+version = "0.8.2"
5
authors = ["The Rust Project Developers"]
6
license = "MIT/Apache-2.0"
7
readme = "README.md"
src/lib.rs
@@ -232,7 +232,6 @@
232
#![doc(
233
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
234
html_favicon_url = "https://www.rust-lang.org/static/images/favicon.ico",
235
- html_root_url = "https://docs.rs/env_logger/0.8.2"
236
)]
237
#![cfg_attr(test, deny(warnings))]
238
// When compiled for the rustc compiler itself we want to make sure that this is
0 commit comments