]> git.lizzy.rs Git - rust.git/commit
Add `for _ in vec![…]` to the `USELESS_VEC` lint
authormcarton <cartonmartin+git@gmail.com>
Mon, 28 Mar 2016 21:32:55 +0000 (23:32 +0200)
committermcarton <cartonmartin+git@gmail.com>
Mon, 28 Mar 2016 21:32:55 +0000 (23:32 +0200)
commit777e810a394bdf8becc308704f7df5ade9321f79
tree7a0420c1622e684a533234afc14af6d4346a37a8
parent11eae72e6fd44935587badad39bfb46ca23b24ba
Add `for _ in vec![…]` to the `USELESS_VEC` lint
src/loops.rs
src/utils/mod.rs
src/vec.rs
tests/compile-fail/vec.rs