about summary refs log tree commit diff
path: root/src/libnative
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-03-19 23:04:25 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-03-20 11:02:26 -0700
commit11ac4df4d2402188f96fa75b3c9b7962e9bac805 (patch)
tree40a52d76075a591565c7a81aa300e7e16eefac62 /src/libnative
parentb568efc0cf173ac7b2d37284beda5fdf8a7686ab (diff)
downloadrust-11ac4df4d2402188f96fa75b3c9b7962e9bac805.tar.gz
rust-11ac4df4d2402188f96fa75b3c9b7962e9bac805.zip
Register new snapshots
Diffstat (limited to 'src/libnative')
-rw-r--r--src/libnative/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libnative/lib.rs b/src/libnative/lib.rs
index 4b6942a1083..f50cf727864 100644
--- a/src/libnative/lib.rs
+++ b/src/libnative/lib.rs
@@ -50,6 +50,7 @@
       html_root_url = "http://static.rust-lang.org/doc/master")];
 #[deny(unused_result, unused_must_use)];
 #[allow(non_camel_case_types)];
+#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0
 
 // NB this crate explicitly does *not* allow glob imports, please seriously
 //    consider whether they're needed before adding that feature here (the