summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorXavier L'Heureux <xavier.lheureux@icloud.com>2019-08-15 08:34:13 -0400
committerXavier L'Heureux <dev.xlheureux@gmail.com>2020-05-17 21:05:46 -0400
commit4c28b9f164481fc39afc3e46c54cadfb1979a6ff (patch)
tree816fa374ee7837fbc4cea867365dc1577bba7665 /src/lib.rs
parent639d3b87a816bdb404de28d974ca8916fabec351 (diff)
downloadnix-4c28b9f164481fc39afc3e46c54cadfb1979a6ff.zip
Add poll
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index fda06c8f..c4019ca9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -60,7 +60,6 @@ pub mod mqueue;
#[cfg(not(target_os = "redox"))]
pub mod net;
#[deny(missing_docs)]
-#[cfg(not(target_os = "redox"))]
pub mod poll;
#[deny(missing_docs)]
#[cfg(not(target_os = "redox"))]