about summary refs log tree commit diff
path: root/src/libterm
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-03-20 11:06:42 -0700
committerbors <bors@rust-lang.org>2014-03-20 11:06:42 -0700
commit7334c11b4b196e39da2418a239e2ff916896fa19 (patch)
tree40a52d76075a591565c7a81aa300e7e16eefac62 /src/libterm
parentb568efc0cf173ac7b2d37284beda5fdf8a7686ab (diff)
parent11ac4df4d2402188f96fa75b3c9b7962e9bac805 (diff)
downloadrust-7334c11b4b196e39da2418a239e2ff916896fa19.tar.gz
rust-7334c11b4b196e39da2418a239e2ff916896fa19.zip
auto merge of #13026 : alexcrichton/rust/snapshots, r=huonw
Diffstat (limited to 'src/libterm')
-rw-r--r--src/libterm/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs
index 411b0558573..3584d2bd162 100644
--- a/src/libterm/lib.rs
+++ b/src/libterm/lib.rs
@@ -20,8 +20,7 @@
       html_root_url = "http://static.rust-lang.org/doc/master")];
 
 #[feature(macro_rules)];
-#[deny(non_camel_case_types)];
-#[allow(missing_doc)];
+#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0
 
 extern crate collections;