diff options
| author | joboet <jonasboettiger@icloud.com> | 2024-01-18 20:33:29 +0100 |
|---|---|---|
| committer | joboet <jonasboettiger@icloud.com> | 2024-01-22 15:30:54 +0100 |
| commit | f88e64343e4f9c9ec40c5e7c2c0bcd27ff6052bd (patch) | |
| tree | 5e2614023ffdc0483363780ad04b34dcc024ba4b /library/std/src/sys/pal/wasm/mod.rs | |
| parent | 6fff796eac247c072ddb84f8202bedecc8e94f0d (diff) | |
| download | rust-f88e64343e4f9c9ec40c5e7c2c0bcd27ff6052bd.tar.gz rust-f88e64343e4f9c9ec40c5e7c2c0bcd27ff6052bd.zip | |
std: move cmath into `sys`
Diffstat (limited to 'library/std/src/sys/pal/wasm/mod.rs')
| -rw-r--r-- | library/std/src/sys/pal/wasm/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/sys/pal/wasm/mod.rs b/library/std/src/sys/pal/wasm/mod.rs index d2181565887..76306b618d8 100644 --- a/library/std/src/sys/pal/wasm/mod.rs +++ b/library/std/src/sys/pal/wasm/mod.rs @@ -19,8 +19,6 @@ pub mod alloc; #[path = "../unsupported/args.rs"] pub mod args; -#[path = "../unix/cmath.rs"] -pub mod cmath; pub mod env; #[path = "../unsupported/fs.rs"] pub mod fs; |
