Skip to content

Commit

Permalink
Reexport IpNet.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Nov 13, 2020
1 parent abfeb07 commit 4602be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#![deny(missing_docs)]
#![deny(warnings)]

use ipnet::IpNet;
pub use ipnet::IpNet;
use std::io::Result;

#[cfg(not(any(unix, windows)))]
Expand Down

0 comments on commit 4602be7

Please sign in to comment.