]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sys/redox/mod.rs
std: Move the `cmath` module into the `sys` module
[rust.git] / src / libstd / sys / redox / mod.rs
index 7137a5067438fc5474bae798fd2d1a34cb63d509..ca5f66375149f4d099dc58d982d0956e9b2f6663 100644 (file)
@@ -17,6 +17,7 @@
 pub mod args;
 #[cfg(feature = "backtrace")]
 pub mod backtrace;
+pub mod cmath;
 pub mod condvar;
 pub mod env;
 pub mod ext;