about summary refs log tree commit diff
path: root/library/alloc/tests
diff options
context:
space:
mode:
authorSOFe <sofe2038@gmail.com>2021-03-22 10:46:18 +0800
committerMara Bos <m-ou.se@m-ou.se>2021-06-02 20:50:15 +0200
commitf7c283c160c7fb0c0f5ff9202fb66564e228daef (patch)
tree04681cb5ec68e27f62d407ed066fb665f7ccc34c /library/alloc/tests
parent7f9ab0300cd66f6f616e03ea90b2d71af474bf28 (diff)
downloadrust-f7c283c160c7fb0c0f5ff9202fb66564e228daef.tar.gz
rust-f7c283c160c7fb0c0f5ff9202fb66564e228daef.zip
Stabilize `vecdeque_binary_search`
Diffstat (limited to 'library/alloc/tests')
-rw-r--r--library/alloc/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/tests/lib.rs b/library/alloc/tests/lib.rs
index 25a83a0b014..3143afa269d 100644
--- a/library/alloc/tests/lib.rs
+++ b/library/alloc/tests/lib.rs
@@ -17,7 +17,6 @@
 #![feature(binary_heap_as_slice)]
 #![feature(inplace_iteration)]
 #![feature(iter_map_while)]
-#![feature(vecdeque_binary_search)]
 #![feature(slice_group_by)]
 #![feature(slice_partition_dedup)]
 #![feature(vec_spare_capacity)]