]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_lint/bad_style.rs
Port a bunch of code new-visitor; all of these ports were
[rust.git] / src / librustc_lint / bad_style.rs
index 53fc0824d967392e4fb32fd7258b23c70d911053..2146dc8e9b94bcd204018d3a076ee1b1b4c61aac 100644 (file)
@@ -18,7 +18,7 @@
 use syntax::codemap::Span;
 
 use rustc_front::hir;
-use rustc_front::visit::FnKind;
+use rustc_front::intravisit::FnKind;
 
 #[derive(PartialEq)]
 pub enum MethodLateContext {