]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_front/fold.rs
Auto merge of #30145 - petrochenkov:hyg, r=nrc
[rust.git] / src / librustc_front / fold.rs
index 9ab26e0bfa38ea3b982a4a1e175bee40aa6e9402..08280e98ae4c7c2eb1c338da925edeac7af395a5 100644 (file)
@@ -12,7 +12,7 @@
 //! and returns a piece of the same type.
 
 use hir::*;
-use syntax::ast::{Ident, Name, NodeId, DUMMY_NODE_ID, Attribute, Attribute_, MetaItem};
+use syntax::ast::{Name, NodeId, DUMMY_NODE_ID, Attribute, Attribute_, MetaItem};
 use syntax::ast::{MetaWord, MetaList, MetaNameValue};
 use syntax::attr::ThinAttributesExt;
 use hir;