diff options
| author | bors <bors@rust-lang.org> | 2014-03-20 11:06:42 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-03-20 11:06:42 -0700 |
| commit | 7334c11b4b196e39da2418a239e2ff916896fa19 (patch) | |
| tree | 40a52d76075a591565c7a81aa300e7e16eefac62 /src/libsyntax | |
| parent | b568efc0cf173ac7b2d37284beda5fdf8a7686ab (diff) | |
| parent | 11ac4df4d2402188f96fa75b3c9b7962e9bac805 (diff) | |
| download | rust-7334c11b4b196e39da2418a239e2ff916896fa19.tar.gz rust-7334c11b4b196e39da2418a239e2ff916896fa19.zip | |
auto merge of #13026 : alexcrichton/rust/snapshots, r=huonw
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 73ff9e147e8..cea531ee3b3 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -26,10 +26,10 @@ This API is completely unstable and subject to change. html_favicon_url = "http://www.rust-lang.org/favicon.ico", html_root_url = "http://static.rust-lang.org/doc/master")]; -#[feature(macro_rules, globs, managed_boxes, default_type_params, phase, quote)]; - +#[feature(macro_rules, globs, managed_boxes, default_type_params, phase, + quote)]; +#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0 #[allow(deprecated)]; -#[deny(non_camel_case_types)]; extern crate serialize; extern crate term; |
