diff --git a/crates/home/Cargo.toml b/crates/home/Cargo.toml index 03bd555a2817..78f1bcfdb55a 100644 --- a/crates/home/Cargo.toml +++ b/crates/home/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "home" -version = "0.5.7" # also update `html_root_url` in `src/lib.rs` +version = "0.5.7" authors = ["Brian Anderson "] documentation = "https://docs.rs/home" edition.workspace = true diff --git a/crates/home/src/lib.rs b/crates/home/src/lib.rs index 0e1e975e476b..4aee7383bca2 100644 --- a/crates/home/src/lib.rs +++ b/crates/home/src/lib.rs @@ -18,7 +18,6 @@ //! //! [discussion]: https://github.com/rust-lang/rust/pull/46799#issuecomment-361156935 -#![doc(html_root_url = "https://docs.rs/home/0.5.6")] #![deny(rust_2018_idioms)] pub mod env;