fix features

This commit is contained in:
Nikolay Kim 2025-03-11 23:57:27 +05:00
parent 60a686b2f6
commit b8f8d637b0

View file

@ -21,9 +21,7 @@ pub use crate::rt_polling::{
feature = "neon-uring",
not(feature = "neon"),
not(feature = "tokio"),
not(feature = "compio"),
target_os = "linux",
feature = "io-uring"
not(feature = "compio")
))]
pub use crate::rt_uring::{
from_tcp_stream, from_unix_stream, tcp_connect, tcp_connect_in, unix_connect,