]> git.lizzy.rs Git - rust.git/commit
auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger
authorbors <bors@rust-lang.org>
Fri, 14 Mar 2014 05:26:35 +0000 (22:26 -0700)
committerbors <bors@rust-lang.org>
Fri, 14 Mar 2014 05:26:35 +0000 (22:26 -0700)
commitb35e8fbfcb1ddf613184dbd512f1c896d99c77c9
tree414de2b960bd9508b33deaebe14588d1ed76d37b
parent4443fb3cfa945cf7cb791cf8f2ec81b7faf25132
parentadc357abe6de869159a6268dc14709a4dd19e008
auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger

lint: add lint for use of a `~[T]`.

This is useless at the moment (since pretty much every crate uses
`~[]`), but should help avoid regressions once completely removed from a
crate.
src/libgreen/lib.rs
src/librustc/lib.rs
src/librustdoc/test.rs
src/libsync/lib.rs
src/libtest/lib.rs