Skip to content

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
I'm not really sure why this is nessecary to do, but the checks on the
PR do not seem to work if do not do this.
  • Loading branch information
a2aaron committed Aug 4, 2022
1 parent a9f1b7b commit d355ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_lint/src/let_underscore.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::{LateContext, LateLintPass, LintContext};
use rustc_errors::{Applicability, MultiSpan};
use rustc_errors::{Applicability, LintDiagnosticBuilder, MultiSpan};
use rustc_hir as hir;
use rustc_middle::{lint::LintDiagnosticBuilder, ty};
use rustc_middle::ty;
use rustc_span::Symbol;

declare_lint! {
Expand Down

0 comments on commit d355ec9

Please sign in to comment.