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", feature = "neon-uring",
not(feature = "neon"), not(feature = "neon"),
not(feature = "tokio"), not(feature = "tokio"),
not(feature = "compio"), not(feature = "compio")
target_os = "linux",
feature = "io-uring"
))] ))]
mod rt_uring; mod rt_uring;