about summary refs log tree commit diff
path: root/src/libtest/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-03-20 11:21:17 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-03-20 18:51:52 -0700
commit84a91b860330c2b83fd0546b33a949079d422166 (patch)
tree1ef0a81e5d7d6c076ac9669a16fab8faa3c80b34 /src/libtest/lib.rs
parent4e00cf613428d24d305a89e4f8e79b70ea8e8322 (diff)
downloadrust-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.rs1
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;