diff options
Diffstat (limited to 'src/libsyntax/ext/pipes/ast_builder.rs')
| -rw-r--r-- | src/libsyntax/ext/pipes/ast_builder.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/ext/pipes/ast_builder.rs b/src/libsyntax/ext/pipes/ast_builder.rs index a4512b7b098..45c7483765e 100644 --- a/src/libsyntax/ext/pipes/ast_builder.rs +++ b/src/libsyntax/ext/pipes/ast_builder.rs @@ -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 }); |
