about summary refs log tree commit diff
path: root/src/liballoc/tests
diff options
context:
space:
mode:
authordylan_DPC <dylan.dpc@gmail.com>2020-01-06 23:28:47 +0530
committerdylan_DPC <dylan.dpc@gmail.com>2020-01-06 23:28:47 +0530
commit503d06b90dfd8f6055c586c488dbd3a741e9f0c2 (patch)
tree0087fe3a70d2eb050b42ead93cc86d76ea8aa0d3 /src/liballoc/tests
parent6bec8e997270bed18546b350336d88879b91ff78 (diff)
downloadrust-503d06b90dfd8f6055c586c488dbd3a741e9f0c2.tar.gz
rust-503d06b90dfd8f6055c586c488dbd3a741e9f0c2.zip
oh the one that was left behind
Diffstat (limited to 'src/liballoc/tests')
-rw-r--r--src/liballoc/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs
index c1ae67a1a33..3fdee8bbfdf 100644
--- a/src/liballoc/tests/lib.rs
+++ b/src/liballoc/tests/lib.rs
@@ -11,7 +11,6 @@
 #![feature(associated_type_bounds)]
 #![feature(binary_heap_into_iter_sorted)]
 #![feature(binary_heap_drain_sorted)]
-#![feature(vec_remove_item)]
 
 use std::collections::hash_map::DefaultHasher;
 use std::hash::{Hash, Hasher};