mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
fs: use the Cargo feature for io-uring support instead of cfg (#7621)
Co-authored-by: Emile Fugulin <[email protected]>
This commit is contained in:
co-authored by
Emile Fugulin
parent
2af3e4430a
commit
3b5a15dfdf
@@ -29,6 +29,5 @@ unexpected_cfgs = { level = "warn", check-cfg = [
|
||||
'cfg(tokio_no_tuning_tests)',
|
||||
'cfg(tokio_taskdump)',
|
||||
'cfg(tokio_unstable)',
|
||||
'cfg(tokio_uring)',
|
||||
'cfg(target_os, values("cygwin"))',
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user