mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Remove unused
This commit is contained in:
parent
98b343c5e6
commit
e0b1463e0a
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue