diff options
Diffstat (limited to 'crates/hir_ty')
-rw-r--r-- | crates/hir_ty/src/diagnostics.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/hir_ty/src/diagnostics.rs b/crates/hir_ty/src/diagnostics.rs index 407273943..6339c9687 100644 --- a/crates/hir_ty/src/diagnostics.rs +++ b/crates/hir_ty/src/diagnostics.rs | |||
@@ -84,9 +84,6 @@ impl fmt::Display for IdentType { | |||
84 | } | 84 | } |
85 | } | 85 | } |
86 | 86 | ||
87 | // Diagnostic: incorrect-ident-case | ||
88 | // | ||
89 | // This diagnostic is triggered if an item name doesn't follow https://doc.rust-lang.org/1.0.0/style/style/naming/README.html[Rust naming convention]. | ||
90 | #[derive(Debug)] | 87 | #[derive(Debug)] |
91 | pub struct IncorrectCase { | 88 | pub struct IncorrectCase { |
92 | pub file: HirFileId, | 89 | pub file: HirFileId, |