about summary refs log tree commit diff
path: root/library/alloc/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-02-09 19:44:50 +0100
committerGitHub <noreply@github.com>2025-02-09 19:44:50 +0100
commitb83a30c1b6c04c366773cda0f42a78cf94c5158e (patch)
tree1d1d2a99f8dae97f6f79d130c275d87fcd670a85 /library/alloc/src/lib.rs
parent124cc92199ffa924f6b4c7cc819a85b65e0c3984 (diff)
parent2ecb40e04a3ff8aeefc470598d8ea51edc197b26 (diff)
downloadrust-b83a30c1b6c04c366773cda0f42a78cf94c5158e.tar.gz
rust-b83a30c1b6c04c366773cda0f42a78cf94c5158e.zip
Rollup merge of #135488 - GrigorenkoPV:vec_pop_if, r=jhpratt
Stabilize `vec_pop_if`

Tracking issue: #122741

FCP completed in https://github.com/rust-lang/rust/issues/122741#issuecomment-2605116387
Diffstat (limited to 'library/alloc/src/lib.rs')
-rw-r--r--library/alloc/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 0bb7c432cc3..1bb0f761064 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -156,7 +156,6 @@
 #![feature(unicode_internals)]
 #![feature(unsize)]
 #![feature(unwrap_infallible)]
-#![feature(vec_pop_if)]
 // tidy-alphabetical-end
 //
 // Language features: