1
Fork 0

Rollup merge of #137109 - bend-n:knife, r=oli-obk

stabilize extract_if

Tracking issue: #43244
Closes: #43244
FCP completed: https://github.com/rust-lang/rust/issues/43244#issuecomment-2523595704
This commit is contained in:
Trevor Gross 2025-02-24 18:46:35 -05:00 committed by GitHub
commit 57ce16ca27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 9 additions and 22 deletions

View file

@ -26,7 +26,6 @@
#![feature(array_windows)]
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(extract_if)]
#![feature(if_let_guard)]
#![feature(iter_order_by)]
#![feature(let_chains)]