about summary refs log tree commit diff
path: root/library/std/src/sys/pal/wasm/mod.rs
diff options
context:
space:
mode:
authorjoboet <jonasboettiger@icloud.com>2024-01-18 20:33:29 +0100
committerjoboet <jonasboettiger@icloud.com>2024-01-22 15:30:54 +0100
commitf88e64343e4f9c9ec40c5e7c2c0bcd27ff6052bd (patch)
tree5e2614023ffdc0483363780ad04b34dcc024ba4b /library/std/src/sys/pal/wasm/mod.rs
parent6fff796eac247c072ddb84f8202bedecc8e94f0d (diff)
downloadrust-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.rs2
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;