]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys/unix/mod.rs
Reuse `unix::cmath`
[rust.git] / library / std / src / sys / unix / mod.rs
index 1316835a89d12f7ef84121793cb72ba395afec2b..d19322355061e3ebc7dc901d4b0b016788dbf09f 100644 (file)
@@ -11,6 +11,7 @@
 pub mod alloc;
 pub mod android;
 pub mod args;
+#[path = "../unix/cmath.rs"]
 pub mod cmath;
 pub mod condvar;
 pub mod env;