mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
fs: update cfg attr in fs::read_dir
(#6075)
This commit is contained in:
parent
1134cbb168
commit
f9335b8186
@ -140,6 +140,7 @@ impl ReadDir {
|
||||
target_os = "illumos",
|
||||
target_os = "haiku",
|
||||
target_os = "vxworks",
|
||||
target_os = "aix",
|
||||
target_os = "nto",
|
||||
target_os = "vita",
|
||||
)))]
|
||||
@ -203,6 +204,7 @@ pub struct DirEntry {
|
||||
target_os = "illumos",
|
||||
target_os = "haiku",
|
||||
target_os = "vxworks",
|
||||
target_os = "aix",
|
||||
target_os = "nto",
|
||||
target_os = "vita",
|
||||
)))]
|
||||
@ -336,6 +338,7 @@ impl DirEntry {
|
||||
target_os = "illumos",
|
||||
target_os = "haiku",
|
||||
target_os = "vxworks",
|
||||
target_os = "aix",
|
||||
target_os = "nto",
|
||||
target_os = "vita",
|
||||
)))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user