diff options
author | Igor Aleksanov <[email protected]> | 2020-10-03 16:01:25 +0100 |
---|---|---|
committer | Igor Aleksanov <[email protected]> | 2020-10-12 09:05:00 +0100 |
commit | fb96bba87895c062a78e6599cea161e461ff607d (patch) | |
tree | 17a4970bc13ccf9074cc1c8a60e8bf4e2d73c475 /crates/hir_ty/src/diagnostics.rs | |
parent | e24e22f288eba33928a9e579f13653d6f04fcdfa (diff) |
Add diagnostics for enum names and variants
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 66762b90e..bd370e3b2 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 | false | 301 | true |
302 | } | 302 | } |
303 | } | 303 | } |
304 | 304 | ||