1
Fork 0

[breaking-change] don't glob export ast::MetaItem_

This commit is contained in:
Oliver 'ker' Schneider 2016-02-09 12:05:20 +01:00 committed by Oliver Schneider
parent e797e1961d
commit 14e09ad468
22 changed files with 83 additions and 84 deletions

View file

@ -157,7 +157,7 @@ impl fold::Folder for PreludeInjector {
style: ast::AttrStyle::Outer,
value: P(ast::MetaItem {
span: self.span,
node: ast::MetaWord(special_idents::prelude_import.name.as_str()),
node: ast::MetaItemKind::Word(special_idents::prelude_import.name.as_str()),
}),
is_sugared_doc: false,
},