about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDevon Hollowood <devonhollowood@gmail.com>2015-11-17 01:14:55 -0800
committerDevon Hollowood <devonhollowood@gmail.com>2015-11-17 01:19:14 -0800
commit5e8225af91e8d6fe51da67925694adac9560903e (patch)
tree870b1703659a62b42a086862ba24618cd7f278a7
parent07e108f038d0e85c73e2910be8745b5824f1655e (diff)
downloadrust-5e8225af91e8d6fe51da67925694adac9560903e.tar.gz
rust-5e8225af91e8d6fe51da67925694adac9560903e.zip
Remove unused imports
-rw-r--r--src/librustc_lint/builtin.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_lint/builtin.rs b/src/librustc_lint/builtin.rs
index 39837862c4e..d49e0ff5321 100644
--- a/src/librustc_lint/builtin.rs
+++ b/src/librustc_lint/builtin.rs
@@ -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};