Remove the redundant html_root_url attribute

This commit is contained in:
Abhishek Chanda
2022-04-12 22:35:37 -05:00
parent 7120b93837
commit 501e5533d7
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
//! The `ipnetwork` crate provides a set of APIs to work with IP CIDRs in
//! Rust.
#![crate_type = "lib"]
#![doc(html_root_url = "https://docs.rs/ipnetwork/0.18.0")]
#![deny(
missing_debug_implementations,