about summary refs log tree commit diff
path: root/src/libnum
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnum')
-rw-r--r--src/libnum/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libnum/lib.rs b/src/libnum/lib.rs
index 709882c87ce..27ccc528c94 100644
--- a/src/libnum/lib.rs
+++ b/src/libnum/lib.rs
@@ -53,8 +53,6 @@
        html_root_url = "http://doc.rust-lang.org/",
        html_playground_url = "http://play.rust-lang.org/")]
 
-#![deny(deprecated_owned_vector)]
-
 extern crate rand;
 
 pub use bigint::{BigInt, BigUint};