]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_borrowck/borrowck/gather_loans/mod.rs
Remove unused imports
[rust.git] / src / librustc_borrowck / borrowck / gather_loans / mod.rs
index c07a27043c27501694fbe55e7bd96f6c03435cb5..6f6ce67380be470db2e6108238557cda4e5949d3 100644 (file)
@@ -29,7 +29,7 @@
 use syntax::codemap::Span;
 use syntax::ast::NodeId;
 use rustc_front::hir;
-use rustc_front::hir::{Expr, FnDecl, Block, Pat};
+use rustc_front::hir::Expr;
 use rustc_front::intravisit;
 use rustc_front::intravisit::Visitor;