about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2018-08-19 18:37:00 +0200
committerGitHub <noreply@github.com>2018-08-19 18:37:00 +0200
commitc2217b7fb7d0c2d5383335d8958e0d26263a7904 (patch)
tree6b6167ce119a22f7f7dae2dca7f2ae2423accc63 /src/libstd
parent8208c77782d80634714b7ecd6ad5750a4c4663dc (diff)
downloadrust-c2217b7fb7d0c2d5383335d8958e0d26263a7904.tar.gz
rust-c2217b7fb7d0c2d5383335d8958e0d26263a7904.zip
Get rid of unnecessary #![feature(core_float)].
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index b1d45b7f260..2a36b78d79c 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -252,7 +252,6 @@
 #![feature(char_error_internals)]
 #![feature(compiler_builtins_lib)]
 #![feature(const_fn)]
-#![feature(core_float)]
 #![feature(const_int_ops)]
 #![feature(const_ip)]
 #![feature(convert_id)]