summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 65db8bfe..f00324fa 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -34,7 +34,6 @@ pub mod mqueue;
#[cfg(any(target_os = "linux", target_os = "macos"))]
pub mod poll;
-#[cfg(any(target_os = "linux"))]
pub mod net;
#[cfg(any(target_os = "linux", target_os = "android"))]