]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_lint/unused.rs
Port a bunch of code new-visitor; all of these ports were
[rust.git] / src / librustc_lint / unused.rs
index 2384b3987f2534852261594a3e1073ceb3fa3eb9..c6494dc81f93942d3972cefadeb7add1061850bb 100644 (file)
@@ -27,7 +27,7 @@
 
 use rustc_back::slice;
 use rustc_front::hir;
-use rustc_front::visit::FnKind;
+use rustc_front::intravisit::FnKind;
 
 declare_lint! {
     pub UNUSED_MUT,