Skip to content

Commit

Permalink
fs: update cfg attr in fs::read_dir (#6075)
Browse files Browse the repository at this point in the history
  • Loading branch information
icedrocket authored Oct 15, 2023
1 parent 1134cbb commit f9335b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tokio/src/fs/read_dir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ impl ReadDir {
target_os = "illumos",
target_os = "haiku",
target_os = "vxworks",
target_os = "aix",
target_os = "nto",
target_os = "vita",
)))]
Expand Down Expand Up @@ -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",
)))]
Expand Down Expand Up @@ -336,6 +338,7 @@ impl DirEntry {
target_os = "illumos",
target_os = "haiku",
target_os = "vxworks",
target_os = "aix",
target_os = "nto",
target_os = "vita",
)))]
Expand Down

0 comments on commit f9335b8

Please sign in to comment.