aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/diagnostics.rs
diff options
context:
space:
mode:
authorIgor Aleksanov <[email protected]>2020-10-03 16:01:25 +0100
committerIgor Aleksanov <[email protected]>2020-10-12 09:05:00 +0100
commitfb96bba87895c062a78e6599cea161e461ff607d (patch)
tree17a4970bc13ccf9074cc1c8a60e8bf4e2d73c475 /crates/hir_ty/src/diagnostics.rs
parente24e22f288eba33928a9e579f13653d6f04fcdfa (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.rs2
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