diff options
| author | bors <bors@rust-lang.org> | 2014-03-21 08:21:51 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-03-21 08:21:51 -0700 |
| commit | 7b957a879bd5065005327b0d9912695e8750cefa (patch) | |
| tree | a7d79fc726934dcc35e5117f062a4c2d457bbc93 /src/libhexfloat | |
| parent | a0f943cd3a653064f8e25e408b6bf02e81bb4a1b (diff) | |
| parent | 40a52c0f0a25eea14665435cabfe51d2c14ade07 (diff) | |
| download | rust-7b957a879bd5065005327b0d9912695e8750cefa.tar.gz rust-7b957a879bd5065005327b0d9912695e8750cefa.zip | |
auto merge of #13056 : huonw/rust/devecing-tests, r=pnkfelix
test: Remove all `~[T]` from tests, libgetopts, compiletest, librustdoc, and libnum And most from libtest, libflate, and adds `deny(deprecated_owned_vector)`s to the smaller modules with that have zero (or nearly zero) uses of `~[T]`. Revival of #12837
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; |
