Add a html_root_url attribute

This commit is contained in:
Abhishek Chanda
2017-07-30 12:38:13 +01:00
parent d56ab96c53
commit 482aed66e7
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
#![cfg_attr(feature = "ipv6-iterator", feature(i128_type))]
#![cfg_attr(feature = "ipv6-methods", feature(i128_type))]
#![crate_type = "lib"]
#![doc(html_root_url = "https://docs.rs/ipnetwork/0.12.6")]
use std::fmt;
use std::net::IpAddr;