]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/tests/lib.rs
Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichton"
[rust.git] / src / liballoc / tests / lib.rs
index 3fdee8bbfdf107c96dadc3cd809504df7b6edbf3..c1ae67a1a339f9ae46c5c0e67abadf1fc3bdaef5 100644 (file)
@@ -11,6 +11,7 @@
 #![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};