We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e108f commit 5e8225aCopy full SHA for 5e8225a
src/librustc_lint/builtin.rs
@@ -46,7 +46,7 @@ use syntax::attr::{self, AttrMetaMethods};
46
use syntax::codemap::{self, Span};
47
48
use rustc_front::hir;
49
-use rustc_front::visit::{self, FnKind, Visitor};
+use rustc_front::visit::FnKind;
50
51
use bad_style::{MethodLateContext, method_context};
52
0 commit comments