Skip to content

Commit 5e8225a

Browse files
Remove unused imports
1 parent 07e108f commit 5e8225a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ use syntax::attr::{self, AttrMetaMethods};
4646
use syntax::codemap::{self, Span};
4747

4848
use rustc_front::hir;
49-
use rustc_front::visit::{self, FnKind, Visitor};
49+
use rustc_front::visit::FnKind;
5050

5151
use bad_style::{MethodLateContext, method_context};
5252

0 commit comments

Comments
 (0)