Skip to content

Commit 90dc6fe

Browse files
committed
fix import Applicability
Signed-off-by: Alex Chi <[email protected]>
1 parent 173b856 commit 90dc6fe

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_infer/src/infer/error_reporting

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_infer/src/infer/error_reporting/suggest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use hir::def::CtorKind;
22
use hir::intravisit::{walk_expr, walk_stmt, Visitor};
33
use rustc_data_structures::fx::FxIndexSet;
4-
use rustc_errors::Diagnostic;
4+
use rustc_errors::{Applicability, Diagnostic};
55
use rustc_hir as hir;
66
use rustc_middle::traits::{
77
IfExpressionCause, MatchExpressionArmCause, ObligationCause, ObligationCauseCode,

0 commit comments

Comments
 (0)