mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
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: https://github.com/rust-lang/rust/issues/131719#issuecomment-2941829167
This commit is contained in:
commit
42c62678fe
@ -4451,20 +4451,6 @@ The tracking issue for this feature is: [#133214]
|
||||
|
||||
[#133214]: https://github.com/rust-lang/rust/issues/133214
|
||||
|
||||
------------------------
|
||||
"##,
|
||||
default_severity: Severity::Allow,
|
||||
warn_since: None,
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user