mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Add diagnostics for enum names and variants
This commit is contained in:
parent
e24e22f288
commit
fb96bba878
3 changed files with 173 additions and 2 deletions
|
@ -298,7 +298,7 @@ impl Diagnostic for IncorrectCase {
|
|||
}
|
||||
|
||||
fn is_experimental(&self) -> bool {
|
||||
false
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue