Skip to content

Commit 92db3ec

Browse files
committed
Remove #![doc(html_root_url)]
See #185 for justification.
1 parent 0f53c8d commit 92db3ec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "env_logger"
33
edition = "2018"
4-
version = "0.8.2" # remember to update html_root_url
4+
version = "0.8.2"
55
authors = ["The Rust Project Developers"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@
232232
#![doc(
233233
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
234234
html_favicon_url = "https://www.rust-lang.org/static/images/favicon.ico",
235-
html_root_url = "https://docs.rs/env_logger/0.8.2"
236235
)]
237236
#![cfg_attr(test, deny(warnings))]
238237
// When compiled for the rustc compiler itself we want to make sure that this is

0 commit comments

Comments
 (0)