diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-03-20 11:21:17 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-03-20 18:51:52 -0700 |
| commit | 84a91b860330c2b83fd0546b33a949079d422166 (patch) | |
| tree | 1ef0a81e5d7d6c076ac9669a16fab8faa3c80b34 /src/libtest/lib.rs | |
| parent | 4e00cf613428d24d305a89e4f8e79b70ea8e8322 (diff) | |
| download | rust-84a91b860330c2b83fd0546b33a949079d422166.tar.gz rust-84a91b860330c2b83fd0546b33a949079d422166.zip | |
syntax: Tidy up parsing the new attribute syntax
Diffstat (limited to 'src/libtest/lib.rs')
| -rw-r--r-- | src/libtest/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 3ec80d97d06..ec7d48cf12b 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -33,6 +33,7 @@ html_root_url = "http://static.rust-lang.org/doc/master")]; #[feature(asm, macro_rules)]; +#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0 extern crate collections; extern crate getopts; |
