]> code.octet-stream.net Git - netwatcher/blobdiff - src/lib.rs
Move things around
[netwatcher] / src / lib.rs
index e7bf15234aaaf92a217e90a7d56c57598fdf93b5..36cbddc7d5037a74bc13d654c7dea42f40aea2cb 100644 (file)
@@ -13,9 +13,6 @@ mod list;
 #[cfg_attr(target_os = "linux", path = "watch_linux.rs")]
 mod watch;
 
-#[cfg(unix)]
-mod util;
-
 type IfIndex = u32;
 
 #[derive(Debug, Clone, PartialEq, Eq)]