fix features

This commit is contained in:
Nikolay Kim 2025-03-12 00:25:32 +05:00
parent b8f8d637b0
commit 9c78181c7b

View file

@ -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;