]> git.lizzy.rs Git - rust.git/blobdiff - src/libgetopts/lib.rs
Register new snapshots
[rust.git] / src / libgetopts / lib.rs
index f4937755484a7f5fd25396b88ae2d99c2bd06318..d176f9740561d24a56b40ba210ccf69b18cb033c 100644 (file)
@@ -83,9 +83,9 @@
 #[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "http://www.rust-lang.org/favicon.ico",
       html_root_url = "http://static.rust-lang.org/doc/master")];
-#[deny(missing_doc)];
-
 #[feature(globs, phase)];
+#[deny(missing_doc)];
+#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0
 
 #[cfg(test)] #[phase(syntax, link)] extern crate log;