]> git.lizzy.rs Git - rust.git/commit
auto merge of #13056 : huonw/rust/devecing-tests, r=pnkfelix
authorbors <bors@rust-lang.org>
Fri, 21 Mar 2014 15:21:51 +0000 (08:21 -0700)
committerbors <bors@rust-lang.org>
Fri, 21 Mar 2014 15:21:51 +0000 (08:21 -0700)
commit7b957a879bd5065005327b0d9912695e8750cefa
treea7d79fc726934dcc35e5117f062a4c2d457bbc93
parenta0f943cd3a653064f8e25e408b6bf02e81bb4a1b
parent40a52c0f0a25eea14665435cabfe51d2c14ade07
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