Skip to content

Commit

Permalink
Use the net module unconditionally
Browse files Browse the repository at this point in the history
The functions defined are POSIX and should exist on all platforms nix
supports.
  • Loading branch information
kamalmarhubi committed Jan 27, 2016
1 parent 75d038b commit 44098d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))]
Expand Down

0 comments on commit 44098d9

Please sign in to comment.