diff options
author | Igor Aleksanov <[email protected]> | 2020-10-03 15:34:52 +0100 |
---|---|---|
committer | Igor Aleksanov <[email protected]> | 2020-10-12 09:04:59 +0100 |
commit | e24e22f288eba33928a9e579f13653d6f04fcdfa (patch) | |
tree | 4fd9d128cf510dd7478f6a1fd955461cca70d2f4 /crates/hir_ty/src/diagnostics.rs | |
parent | 17f1026c46e6e3797caf3c69737f66bd612c58e1 (diff) |
Add fix for incorrect case diagnostic
Diffstat (limited to 'crates/hir_ty/src/diagnostics.rs')
-rw-r--r-- | crates/hir_ty/src/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/src/diagnostics.rs b/crates/hir_ty/src/diagnostics.rs index bd370e3b2..66762b90e 100644 --- a/crates/hir_ty/src/diagnostics.rs +++ b/crates/hir_ty/src/diagnostics.rs | |||
@@ -298,7 +298,7 @@ impl Diagnostic for IncorrectCase { | |||
298 | } | 298 | } |
299 | 299 | ||
300 | fn is_experimental(&self) -> bool { | 300 | fn is_experimental(&self) -> bool { |
301 | true | 301 | false |
302 | } | 302 | } |
303 | } | 303 | } |
304 | 304 | ||