mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Remove unused
This commit is contained in:
parent
98b343c5e6
commit
e0b1463e0a
@ -10,10 +10,7 @@ use rustc_hir as hir;
|
||||
use rustc_lint::{LateContext, LateLintPass};
|
||||
use rustc_middle::ty::Ty;
|
||||
use rustc_session::impl_lint_pass;
|
||||
use rustc_span::{
|
||||
source_map::{Span, Spanned},
|
||||
sym,
|
||||
};
|
||||
use rustc_span::source_map::{Span, Spanned};
|
||||
|
||||
const HARD_CODED_ALLOWED: &[&str] = &[
|
||||
"&str",
|
||||
|
Loading…
Reference in New Issue
Block a user