Remove unused imports

This commit is contained in:
Devon Hollowood 2015-11-17 01:14:55 -08:00
parent 07e108f038
commit 5e8225af91

View File

@ -46,7 +46,7 @@ use syntax::attr::{self, AttrMetaMethods};
use syntax::codemap::{self, Span};
use rustc_front::hir;
use rustc_front::visit::{self, FnKind, Visitor};
use rustc_front::visit::FnKind;
use bad_style::{MethodLateContext, method_context};