diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-06-13 19:34:32 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-13 19:34:32 +0100 |
commit | 76530664e7f01091e0d820eb49bf59db1f06115c (patch) | |
tree | 9700c178acb48fcc029f4120169f00a94d7308f0 /crates/hir_ty | |
parent | 2ad78924621420cb323efdeb3d875ca3f47d940f (diff) | |
parent | 3478897f86cc1b3e3f83e9d4e7cedff41721fb04 (diff) |
Merge #9255
9255: internal: remove DiagnosticWithFix infra r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
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, |