1
Fork 0

Remove outdated cfg on le32

See https://github.com/rust-lang/rust/pull/45041 for the removal of the
target (le32-unknown-nacl).
This commit is contained in:
Urgau 2023-01-19 17:46:54 +01:00
parent 9467f95531
commit dde74fe092
3 changed files with 1 additions and 8 deletions

View file

@ -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",