mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27: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",
|
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"
|
|
||||||
))]
|
))]
|
||||||
pub use crate::rt_uring::{
|
pub use crate::rt_uring::{
|
||||||
from_tcp_stream, from_unix_stream, tcp_connect, tcp_connect_in, unix_connect,
|
from_tcp_stream, from_unix_stream, tcp_connect, tcp_connect_in, unix_connect,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue