about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
diff options
context:
space:
mode:
authorPaolo Barbolini <paolo.barbolini@m4ss.net>2025-06-05 07:09:16 +0000
committerPaolo Barbolini <paolo.barbolini@m4ss.net>2025-06-05 07:09:16 +0000
commit53c13011b74eec49f856b8d6e6571d4f330e0fbb (patch)
tree3365b1f82e1a367e93a12e76644bc362983541de /src/tools/rust-analyzer
parent81a964c23ea4fe9ab52b4449bb166bf280035797 (diff)
downloadrust-53c13011b74eec49f856b8d6e6571d4f330e0fbb.tar.gz
rust-53c13011b74eec49f856b8d6e6571d4f330e0fbb.zip
Stabilize `const_eq_ignore_ascii_case`
Diffstat (limited to 'src/tools/rust-analyzer')
-rw-r--r--src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs b/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs
index f9ff3921266..de8a42979bb 100644
--- a/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs
+++ b/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs
@@ -4458,20 +4458,6 @@ The tracking issue for this feature is: [#133214]
         deny_since: None,
     },
     Lint {
-        label: "const_eq_ignore_ascii_case",
-        description: r##"# `const_eq_ignore_ascii_case`
-
-The tracking issue for this feature is: [#131719]
-
-[#131719]: https://github.com/rust-lang/rust/issues/131719
-
-------------------------
-"##,
-        default_severity: Severity::Allow,
-        warn_since: None,
-        deny_since: None,
-    },
-    Lint {
         label: "const_eval_select",
         description: r##"# `const_eval_select`