Add fix for incorrect case diagnostic

This commit is contained in:
Igor Aleksanov 2020-10-03 17:34:52 +03:00
parent 17f1026c46
commit e24e22f288
8 changed files with 112 additions and 30 deletions

View file

@ -298,7 +298,7 @@ impl Diagnostic for IncorrectCase {
}
fn is_experimental(&self) -> bool {
true
false
}
}