summary refs log tree commit diff
path: root/library/alloc/tests
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-12-26 03:50:16 +0000
committerbors <bors@rust-lang.org>2020-12-26 03:50:16 +0000
commitd30dac2d839293f2c48e18ebfea1082819115d08 (patch)
tree60172f51226f2c641ae5b5cdd3d6928e0a4e55c3 /library/alloc/tests
parent931aa27922b521d89d472f385882b921d3f8d624 (diff)
parent161300d41e7910b50db55b4025c66bc79c716ccd (diff)
downloadrust-d30dac2d839293f2c48e18ebfea1082819115d08.tar.gz
rust-d30dac2d839293f2c48e18ebfea1082819115d08.zip
Auto merge of #79022 - SpyrosRoum:stabilize-deque_range, r=m-ou-se
stabilize deque_range

Make #74217 stable, stabilizing `VecDeque::range` and `VecDeque::range_mut`.
Pr: #74099

r? `@m-ou-se`
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 b7cc03f8eb9..b56437bd188 100644
--- a/library/alloc/tests/lib.rs
+++ b/library/alloc/tests/lib.rs
@@ -16,7 +16,6 @@
 #![feature(slice_ptr_get)]
 #![feature(split_inclusive)]
 #![feature(binary_heap_retain)]
-#![feature(deque_range)]
 #![feature(inplace_iteration)]
 #![feature(iter_map_while)]
 #![feature(int_bits_const)]