diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-20 18:15:39 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-20 18:15:39 -0700 |
| commit | f5be40384fc3a0815600ee44670b313f9cf6a4eb (patch) | |
| tree | 7f7b62a50a8375b8c96d70f9272e21189afc1f8a /src/libsyntax/ext | |
| parent | 90e3665fa79d32c3188169cfa992516fb36b81a8 (diff) | |
| download | rust-f5be40384fc3a0815600ee44670b313f9cf6a4eb.tar.gz rust-f5be40384fc3a0815600ee44670b313f9cf6a4eb.zip | |
Revert "syntax: Make attributes sendable for rustdoc's benefit"
This reverts commit 90e3665fa79d32c3188169cfa992516fb36b81a8.
Diffstat (limited to 'src/libsyntax/ext')
| -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 45c7483765e..a4512b7b098 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 }); |
