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:
Motoyuki Kimura
2025-09-19 23:22:44 +08:00
committed by GitHub
co-authored by Emile Fugulin
parent 2af3e4430a
commit 3b5a15dfdf
14 changed files with 207 additions and 114 deletions
-1
View File
@@ -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"))',
] }