Remove unused import
This commit is contained in:
parent
a7b7e19f49
commit
54371929d2
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
|||
use rustc::ty::Ty;
|
||||
use rustc::{declare_lint_pass, declare_tool_lint};
|
||||
use rustc_data_structures::fx::FxHashMap;
|
||||
use std::cmp::Ordering;
|
||||
use std::collections::hash_map::Entry;
|
||||
use std::hash::BuildHasherDefault;
|
||||
use syntax::symbol::Symbol;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue