about summary refs log tree commit diff
path: root/library/alloc/tests
diff options
context:
space:
mode:
authorPavel Grigorenko <GrigorenkoPV@ya.ru>2025-01-14 18:13:52 +0300
committerPavel Grigorenko <GrigorenkoPV@ya.ru>2025-01-25 01:09:37 +0300
commit2ecb40e04a3ff8aeefc470598d8ea51edc197b26 (patch)
tree6d0ca4ce31aa94f1a330b6ccdafba5bb12c82dd4 /library/alloc/tests
parent1e9b0177da38e3f421a3b9b1942f1777d166e06a (diff)
Stabilize `vec_pop_if`
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 d8364d750fa..733b2508f66 100644
--- a/library/alloc/tests/lib.rs
+++ b/library/alloc/tests/lib.rs
@@ -37,7 +37,6 @@
 #![feature(local_waker)]
 #![feature(str_as_str)]
 #![feature(strict_provenance_lints)]
-#![feature(vec_pop_if)]
 #![feature(vec_deque_pop_if)]
 #![feature(unique_rc_arc)]
 #![feature(macro_metavar_expr_concat)]