Stop re-exporting AttrStyle's variants and rename them.
This commit is contained in:
parent
24202c6431
commit
b093060c2a
12 changed files with 31 additions and 32 deletions
|
@ -154,7 +154,7 @@ impl fold::Folder for PreludeInjector {
|
|||
span: self.span,
|
||||
node: ast::Attribute_ {
|
||||
id: attr::mk_attr_id(),
|
||||
style: ast::AttrOuter,
|
||||
style: ast::AttrStyle::Outer,
|
||||
value: P(ast::MetaItem {
|
||||
span: self.span,
|
||||
node: ast::MetaWord(special_idents::prelude_import.name.as_str()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue