about summary refs log tree commit diff
path: root/src/libgreen
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/libgreen
parent4e00cf613428d24d305a89e4f8e79b70ea8e8322 (diff)
syntax: Tidy up parsing the new attribute syntax
Diffstat (limited to 'src/libgreen')
-rw-r--r--src/libgreen/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libgreen/lib.rs b/src/libgreen/lib.rs
index a23d2d4f3a5..b9846c9c3a2 100644
--- a/src/libgreen/lib.rs
+++ b/src/libgreen/lib.rs
@@ -174,6 +174,7 @@
 // NB this does *not* include globs, please keep it that way.
 #[feature(macro_rules, phase)];
 #[allow(visible_private_types)];
+#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0
 
 #[cfg(test)] #[phase(syntax, link)] extern crate log;
 extern crate rand;