Remove unused import
This commit is contained in:
parent
a7b7e19f49
commit
54371929d2
@ -5,7 +5,6 @@
|
|||||||
use rustc::ty::Ty;
|
use rustc::ty::Ty;
|
||||||
use rustc::{declare_lint_pass, declare_tool_lint};
|
use rustc::{declare_lint_pass, declare_tool_lint};
|
||||||
use rustc_data_structures::fx::FxHashMap;
|
use rustc_data_structures::fx::FxHashMap;
|
||||||
use std::cmp::Ordering;
|
|
||||||
use std::collections::hash_map::Entry;
|
use std::collections::hash_map::Entry;
|
||||||
use std::hash::BuildHasherDefault;
|
use std::hash::BuildHasherDefault;
|
||||||
use syntax::symbol::Symbol;
|
use syntax::symbol::Symbol;
|
||||||
|
Loading…
Reference in New Issue
Block a user