diff --git a/ntex-net/src/lib.rs b/ntex-net/src/lib.rs index 7ae574ab..448f7c65 100644 --- a/ntex-net/src/lib.rs +++ b/ntex-net/src/lib.rs @@ -22,8 +22,6 @@ mod rt_polling; feature = "neon-uring", not(feature = "neon"), not(feature = "tokio"), - not(feature = "compio"), - target_os = "linux", - feature = "io-uring" + not(feature = "compio") ))] mod rt_uring;