diff options
Diffstat (limited to 'src/libhexfloat')
| -rw-r--r-- | src/libhexfloat/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index 16a18f459c0..1be72393372 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -44,6 +44,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; |
