about summary refs log tree commit diff
path: root/src/libcore/tests
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2018-07-23 01:14:41 +0100
committervarkor <github@varkor.com>2018-08-05 15:54:48 +0100
commit64185f205dcbd8db255ad6674e43c63423f2369a (patch)
treeefc30a957abbad69ad8974b42ddc04199c5b28cd /src/libcore/tests
parent9f9ac89d11a2afaeaa029738b38142124684c89b (diff)
downloadrust-64185f205dcbd8db255ad6674e43c63423f2369a.tar.gz
rust-64185f205dcbd8db255ad6674e43c63423f2369a.zip
Remove unnecessary or invalid feature attributes
Diffstat (limited to 'src/libcore/tests')
-rw-r--r--src/libcore/tests/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs
index 2323b30a010..87bb623a5b1 100644
--- a/src/libcore/tests/lib.rs
+++ b/src/libcore/tests/lib.rs
@@ -8,10 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(ascii_ctype)]
 #![feature(box_syntax)]
 #![feature(cell_update)]
-#![feature(core_float)]
 #![feature(core_private_bignum)]
 #![feature(core_private_diy_float)]
 #![feature(dec2flt)]
@@ -19,7 +17,6 @@
 #![feature(euclidean_division)]
 #![feature(exact_size_is_empty)]
 #![feature(fixed_size_array)]
-#![feature(float_internals)]
 #![feature(flt2dec)]
 #![feature(fmt_internals)]
 #![feature(hashmap_internals)]