]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sys/windows/mod.rs
std: Move the `cmath` module into the `sys` module
[rust.git] / src / libstd / sys / windows / mod.rs
index ab8e155331e84c743318c3084ebb32928a6c563a..180b55a66e3dcbedbe60f312f1846a6f1622293b 100644 (file)
@@ -25,6 +25,7 @@
 #[cfg(feature = "backtrace")]
 pub mod backtrace;
 pub mod c;
+pub mod cmath;
 pub mod condvar;
 #[cfg(feature = "backtrace")]
 pub mod dynamic_lib;