about summary refs log tree commit diff
path: root/src/libextra
diff options
context:
space:
mode:
Diffstat (limited to 'src/libextra')
-rw-r--r--src/libextra/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libextra/lib.rs b/src/libextra/lib.rs
index 32de7bf0866..4bb6b0050b8 100644
--- a/src/libextra/lib.rs
+++ b/src/libextra/lib.rs
@@ -31,6 +31,7 @@ Rust extras are part of the standard Rust distribution.
 
 #[feature(macro_rules, globs, managed_boxes, asm, default_type_params)];
 
+#[allow(deprecated_owned_vector)];
 #[deny(non_camel_case_types)];
 #[deny(missing_doc)];