]> git.lizzy.rs Git - rust.git/blobdiff - src/librand/lib.rs
Register new snapshots
[rust.git] / src / librand / lib.rs
index 357363597d9732c175b486414e065cf025c8f7dc..1d0070ea477b1a7fea8ded26f4177eae379dd5e1 100644 (file)
@@ -71,6 +71,7 @@
       html_root_url = "http://static.rust-lang.org/doc/master")];
 
 #[feature(macro_rules, managed_boxes, phase)];
+#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0
 
 #[cfg(test)]
 #[phase(syntax, link)] extern crate log;