about summary refs log tree commit diff
path: root/src/libfourcc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfourcc')
-rw-r--r--src/libfourcc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libfourcc/lib.rs b/src/libfourcc/lib.rs
index ddbd5b507ef..98ac0d83433 100644
--- a/src/libfourcc/lib.rs
+++ b/src/libfourcc/lib.rs
@@ -47,6 +47,7 @@ fn main() {
       html_favicon_url = "http://www.rust-lang.org/favicon.ico",
       html_root_url = "http://static.rust-lang.org/doc/master")];
 
+#[deny(deprecated_owned_vector)];
 #[feature(macro_registrar, managed_boxes)];
 
 extern crate syntax;