]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/coherence/orphan.rs
Remove unused imports
[rust.git] / src / librustc_typeck / coherence / orphan.rs
index b436a5ee524acf7dc88bc112c7d6bc707b4c6ea0..411e1a4e480fc4833fbbc31f86c4248f3d08f640 100644 (file)
@@ -19,7 +19,6 @@
 use syntax::codemap::Span;
 use rustc_front::intravisit;
 use rustc_front::hir;
-use rustc_front::hir::{Item, ItemImpl};
 
 pub fn check(tcx: &ty::ctxt) {
     let mut orphan = OrphanChecker { tcx: tcx };