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
b8f8d637b0
commit
9c78181c7b
1 changed files with 1 additions and 3 deletions
|
@ -22,8 +22,6 @@ mod rt_polling;
|
|||
feature = "neon-uring",
|
||||
not(feature = "neon"),
|
||||
not(feature = "tokio"),
|
||||
not(feature = "compio"),
|
||||
target_os = "linux",
|
||||
feature = "io-uring"
|
||||
not(feature = "compio")
|
||||
))]
|
||||
mod rt_uring;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue