Skip to content

Commit

Permalink
Remove outdated cfg on le32
Browse files Browse the repository at this point in the history
See #45041 for the removal of the
target (le32-unknown-nacl).
  • Loading branch information
Urgau committed Jan 19, 2023
1 parent 79335f1 commit eb33d2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/std/src/os/linux/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t};

#[cfg(any(
target_arch = "x86",
target_arch = "le32",
target_arch = "m68k",
target_arch = "powerpc",
target_arch = "sparc",
Expand Down

0 comments on commit eb33d2c

Please sign in to comment.