]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_borrowck/borrowck/mod.rs
Remove unused imports
[rust.git] / src / librustc_borrowck / borrowck / mod.rs
index 64bbf49e3a8e0e50829bb93c7de1d425a6be9e36..38ec728e9c16f0af2e12d95bc454dc74752dda68 100644 (file)
@@ -38,7 +38,7 @@
 use std::fmt;
 use std::mem;
 use std::rc::Rc;
-use syntax::ast::{self, NodeId};
+use syntax::ast;
 use syntax::codemap::Span;
 
 use rustc_front::hir;