1
Fork 0

Stop re-exporting AttrStyle's variants and rename them.

This commit is contained in:
Ms2ger 2015-10-01 18:03:34 +02:00
parent 24202c6431
commit b093060c2a
12 changed files with 31 additions and 32 deletions

View file

@ -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()),