diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2023-10-28 22:29:46 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2023-10-28 23:10:45 -0700 |
| commit | 6649219c3f218408b630d14d03271c9038901000 (patch) | |
| tree | 7cfc452624bc171ecce6ed4616ba9ccd2d3e693c /library/std/src/os/linux/raw.rs | |
| parent | 2106b63b7b50470fd264975d70349a70528ce156 (diff) | |
| download | rust-6649219c3f218408b630d14d03271c9038901000.tar.gz rust-6649219c3f218408b630d14d03271c9038901000.zip | |
Remove asmjs from library
Diffstat (limited to 'library/std/src/os/linux/raw.rs')
| -rw-r--r-- | library/std/src/os/linux/raw.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/os/linux/raw.rs b/library/std/src/os/linux/raw.rs index a568f9b26ba..c29dd62bc06 100644 --- a/library/std/src/os/linux/raw.rs +++ b/library/std/src/os/linux/raw.rs @@ -31,7 +31,6 @@ pub use self::arch::{blkcnt_t, blksize_t, ino_t, nlink_t, off_t, stat, time_t}; target_arch = "powerpc", target_arch = "sparc", target_arch = "arm", - target_arch = "asmjs", target_arch = "wasm32" ))] mod arch { |
