mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-01 20:07:39 +03:00
fix features
This commit is contained in:
parent
60a686b2f6
commit
b8f8d637b0
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue