Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/src/diagnostics.rs')
| -rw-r--r-- | crates/hir/src/diagnostics.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/hir/src/diagnostics.rs b/crates/hir/src/diagnostics.rs index 83c6f2c3b8..16b9a9ea45 100644 --- a/crates/hir/src/diagnostics.rs +++ b/crates/hir/src/diagnostics.rs @@ -164,7 +164,6 @@ pub struct MissingOkOrSomeInTailExpr { pub struct MissingMatchArms { pub file: HirFileId, pub match_expr: AstPtr<ast::Expr>, - pub arms: AstPtr<ast::MatchArmList>, } #[derive(Debug)] |