[breaking-change] don't glob export ast::MetaItem_
This commit is contained in:
parent
e797e1961d
commit
14e09ad468
22 changed files with 83 additions and 84 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue