]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys/wasm/mod.rs
Reuse `unix::cmath`
[rust.git] / library / std / src / sys / wasm / mod.rs
index 82683c0f624cf88487ca777b748493eb5a4d4d4a..bb7ef4f13819d75a7e6ccf785ea0b980fcc50b46 100644 (file)
@@ -18,7 +18,7 @@
 
 pub mod alloc;
 pub mod args;
-#[path = "../unsupported/cmath.rs"]
+#[path = "../unix/cmath.rs"]
 pub mod cmath;
 pub mod env;
 #[path = "../unsupported/fs.rs"]