Skip to content

Commit a345f8c

Browse files
committed
uucore: rmaix flag
1 parent 4ff7eb9 commit a345f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/uucore/src/lib/features/fsext.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ impl From<StatFs> for MountInfo {
380380
}
381381
}
382382

383-
#[cfg(all(unix, not(any(target_os = "aix", target_os = "redox"))))]
383+
#[cfg(all(unix, not(target_os = "redox")))]
384384
fn is_dummy_filesystem(fs_type: &str, mount_option: &str) -> bool {
385385
// spell-checker:disable
386386
match fs_type {
@@ -1224,7 +1224,7 @@ mod tests {
12241224
}
12251225

12261226
#[test]
1227-
#[cfg(all(unix, not(any(target_os = "aix", target_os = "redox"))))]
1227+
#[cfg(all(unix, not(target_os = "redox")))]
12281228
// spell-checker:ignore (word) binfmt
12291229
fn test_binfmt_misc_is_dummy() {
12301230
use super::is_dummy_filesystem;

0 commit comments

Comments
 (0)