Skip to content

Commit 42c6267

Browse files
Rollup merge of #142065 - paolobarbolini:stabilize-const_eq_ignore_ascii_case, r=Mark-Simulacrum
Stabilize `const_eq_ignore_ascii_case` Tracking issue: rust-lang/rust#131719 Closes rust-lang/rust#131719 FCP Completed: rust-lang/rust#131719 (comment)
2 parents bfdb96e + 69f0776 commit 42c6267

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

crates/ide-db/src/generated/lints.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4451,20 +4451,6 @@ The tracking issue for this feature is: [#133214]
44514451

44524452
[#133214]: https://github.com/rust-lang/rust/issues/133214
44534453

4454-
------------------------
4455-
"##,
4456-
default_severity: Severity::Allow,
4457-
warn_since: None,
4458-
deny_since: None,
4459-
},
4460-
Lint {
4461-
label: "const_eq_ignore_ascii_case",
4462-
description: r##"# `const_eq_ignore_ascii_case`
4463-
4464-
The tracking issue for this feature is: [#131719]
4465-
4466-
[#131719]: https://github.com/rust-lang/rust/issues/131719
4467-
44684454
------------------------
44694455
"##,
44704456
default_severity: Severity::Allow,

0 commit comments

Comments
 (0)