Fix imports.
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.
This commit is contained in:
parent
a9f1b7bd2a
commit
d355ec94ff
@ -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! {
|
||||
|
Loading…
x
Reference in New Issue
Block a user