diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-03-21 23:34:12 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-03-22 01:08:57 +1100 |
| commit | 40a52c0f0a25eea14665435cabfe51d2c14ade07 (patch) | |
| tree | 9a7a31d6804eb135959a35ee52355ffe0e58dcef /src/libhexfloat | |
| parent | d50f5bd72287d5613c3b5f337bd338fcf9b60039 (diff) | |
| download | rust-40a52c0f0a25eea14665435cabfe51d2c14ade07.tar.gz rust-40a52c0f0a25eea14665435cabfe51d2c14ade07.zip | |
Add #[deny(deprecated_owned_vector)] to several modules.
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; |
