aboutsummaryrefslogtreecommitdiff
path: root/libcore/lib.rs
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-29 21:16:15 +0300
committerpravic <[email protected]>2016-04-29 21:16:15 +0300
commit77e9a3167b4aaadf3583a0c1d1ee0d9e63c9a000 (patch)
tree710e445d56a1a582b8eff19b7b4b180276eae122 /libcore/lib.rs
parenttweak: /driver option specifies /fixed:no implicitly as well (diff)
downloadkmd-env-rs-77e9a3167b4aaadf3583a0c1d1ee0d9e63c9a000.tar.xz
kmd-env-rs-77e9a3167b4aaadf3583a0c1d1ee0d9e63c9a000.zip
update libcore to 2016-04-29 nightly
Diffstat (limited to 'libcore/lib.rs')
-rw-r--r--libcore/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcore/lib.rs b/libcore/lib.rs
index e12c690..fa5e905 100644
--- a/libcore/lib.rs
+++ b/libcore/lib.rs
@@ -107,9 +107,7 @@ mod uint_macros;
#[path = "num/u32.rs"] pub mod u32;
#[path = "num/u64.rs"] pub mod u64;
-#[cfg(not(disable_float))]
#[path = "num/f32.rs"] pub mod f32;
-#[cfg(not(disable_float))]
#[path = "num/f64.rs"] pub mod f64;
#[macro_use]