about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/lib.rs
diff options
context:
space:
mode:
authorTrevor Gross <t.gross35@gmail.com>2025-02-24 18:46:35 -0500
committerGitHub <noreply@github.com>2025-02-24 18:46:35 -0500
commit57ce16ca275eb263c0cf1b934ab61666e6e17230 (patch)
tree0dc75f253c0dc7828cbab7a71e9b9f9e5a053227 /compiler/rustc_lint/src/lib.rs
parent03326daf23ea67499e0a67fa2db871650faf5348 (diff)
parentc39f33baae94665d69a45d45a00d0dc028c80cc9 (diff)
downloadrust-57ce16ca275eb263c0cf1b934ab61666e6e17230.tar.gz
rust-57ce16ca275eb263c0cf1b934ab61666e6e17230.zip
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
Diffstat (limited to 'compiler/rustc_lint/src/lib.rs')
-rw-r--r--compiler/rustc_lint/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/lib.rs b/compiler/rustc_lint/src/lib.rs
index ded50d98db5..5c5b3b350dd 100644
--- a/compiler/rustc_lint/src/lib.rs
+++ b/compiler/rustc_lint/src/lib.rs
@@ -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)]