From 9c78181c7b85d92fe40c5241309c8e80b45e40c1 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 12 Mar 2025 00:25:32 +0500 Subject: [PATCH] fix features --- ntex-net/src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;