WARNING: src/lib.rs - IpNetwork::mask (line 83) Code block is not currently run as a test, but will in future versions of rustdoc. Please ensure this code block is a runnable test, or use the ignore directive.

This commit is contained in:
sharks
2018-04-15 21:04:00 -05:00
parent e075fb80f8
commit 7f684cf06e

View File

@ -79,6 +79,7 @@ impl IpNetwork {
/// That means the `prefix` most significant bits will be 1 and the rest 0 /// That means the `prefix` most significant bits will be 1 and the rest 0
/// ///
/// # Example /// # Example
///
/// ``` /// ```
/// use ipnetwork::IpNetwork; /// use ipnetwork::IpNetwork;
/// use std::net::{Ipv4Addr, Ipv6Addr}; /// use std::net::{Ipv4Addr, Ipv6Addr};