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:
@@ -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! {
|
||||
|
||||
Reference in New Issue
Block a user