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