aboutsummaryrefslogtreecommitdiff
path: root/libcore/default.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/default.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/default.rs')
-rw-r--r--libcore/default.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcore/default.rs b/libcore/default.rs
index 4ec4fb6..12c4a5c 100644
--- a/libcore/default.rs
+++ b/libcore/default.rs
@@ -160,7 +160,5 @@ default_impl! { i16, 0 }
default_impl! { i32, 0 }
default_impl! { i64, 0 }
-#[cfg(not(disable_float))]
default_impl! { f32, 0.0f32 }
-#[cfg(not(disable_float))]
default_impl! { f64, 0.0f64 }