Skip to content

Commit eb33d2c

Browse files
committed
Remove outdated cfg on le32
See rust-lang#45041 for the removal of the target (le32-unknown-nacl).
1 parent 79335f1 commit eb33d2c

File tree

1 file changed

+0
-1
lines changed
  • library/std/src/os/linux

1 file changed

+0
-1
lines changed

library/std/src/os/linux/raw.rs

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};
2626

2727
#[cfg(any(
2828
target_arch = "x86",
29-
target_arch = "le32",
3029
target_arch = "m68k",
3130
target_arch = "powerpc",
3231
target_arch = "sparc",

0 commit comments

Comments
 (0)