]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_front/intravisit.rs
Auto merge of #30145 - petrochenkov:hyg, r=nrc
[rust.git] / src / librustc_front / intravisit.rs
index 3a43feb8ba74bc1899e8fce343f999af39055004..e93f5cbd0fb63c4f74686dc35e151f3288418ca4 100644 (file)
@@ -26,7 +26,7 @@
 //! property.
 
 use syntax::abi::Abi;
-use syntax::ast::{Ident, NodeId, CRATE_NODE_ID, Name, Attribute};
+use syntax::ast::{NodeId, CRATE_NODE_ID, Name, Attribute};
 use syntax::codemap::Span;
 use hir::*;