Remove unused imports
This commit is contained in:
parent
07e108f038
commit
5e8225af91
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue