From 466345ca81c9f8a17347671ca27856eb963858f4 Mon Sep 17 00:00:00 2001 From: Dawer <7803845+iDawer@users.noreply.github.com> Date: Mon, 10 May 2021 16:55:00 +0500 Subject: Clean up, more docs. --- crates/hir_ty/src/diagnostics/expr.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/hir_ty/src/diagnostics/expr.rs') diff --git a/crates/hir_ty/src/diagnostics/expr.rs b/crates/hir_ty/src/diagnostics/expr.rs index e4e9ab5c0..b321004ac 100644 --- a/crates/hir_ty/src/diagnostics/expr.rs +++ b/crates/hir_ty/src/diagnostics/expr.rs @@ -437,7 +437,6 @@ impl<'a, 'b> ExprValidator<'a, 'b> { let cx = usefulness::MatchCheckCtx { module: self.owner.module(db.upcast()), match_expr, - body, infer: &infer, db, pattern_arena: &pattern_arena, -- cgit v1.2.3