syntax: Make attributes sendable for rustdoc's benefit

This commit is contained in:
Brian Anderson
2012-09-20 17:37:10 -07:00
parent 19ad88c2b8
commit 90e3665fa7
18 changed files with 106 additions and 106 deletions

View File

@@ -215,8 +215,8 @@ impl ext_ctxt: ext_ctxt_ast_builder {
style: ast::attr_outer,
value: respan(self.empty_span(),
ast::meta_list(~"allow", ~[
@respan(self.empty_span(),
ast::meta_word(~"non_camel_case_types"))
respan(self.empty_span(),
ast::meta_word(~"non_camel_case_types"))
])),
is_sugared_doc: false
});