mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 17:28:07 +00:00
Remove unused import
This commit is contained in:
parent
821ad3746c
commit
c702a623a9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use rustc::hir::intravisit::FnKind;
|
|||
use rustc::hir::*;
|
||||
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
||||
use rustc::session::config::Config as SessionConfig;
|
||||
use rustc::ty::{self, FnSig};
|
||||
use rustc::ty;
|
||||
use rustc::{declare_tool_lint, impl_lint_pass};
|
||||
use rustc_errors::Applicability;
|
||||
use rustc_target::abi::LayoutOf;
|
||||
|
|
Loading…
Reference in a new issue