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/libnum | |
| parent | d50f5bd72287d5613c3b5f337bd338fcf9b60039 (diff) | |
Add #[deny(deprecated_owned_vector)] to several modules.
Diffstat (limited to 'src/libnum')
| -rw-r--r-- | src/libnum/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libnum/lib.rs b/src/libnum/lib.rs index e2c6c37dae1..501ae23e27d 100644 --- a/src/libnum/lib.rs +++ b/src/libnum/lib.rs @@ -18,6 +18,8 @@ html_favicon_url = "http://www.rust-lang.org/favicon.ico", html_root_url = "http://static.rust-lang.org/doc/master")]; +#[deny(deprecated_owned_vector)]; + extern crate rand; pub mod bigint; |
