]> git.lizzy.rs Git - rust.git/commit
Add a `USELESS_LET_IF_SEQ` lint
authormcarton <cartonmartin+git@gmail.com>
Wed, 30 Mar 2016 17:53:43 +0000 (19:53 +0200)
committermcarton <cartonmartin+git@gmail.com>
Sun, 29 May 2016 10:19:12 +0000 (12:19 +0200)
commit42879bcdcb4f410f5d8ae2c78cf6c052d62c819a
tree4803503c567ad21181c16dc56596fe404b557ce1
parented7ac0d9b5ff57bda043b088ba81c73e84bc5c83
Add a `USELESS_LET_IF_SEQ` lint
CHANGELOG.md
README.md
clippy_lints/src/let_if_seq.rs [new file with mode: 0644]
clippy_lints/src/lib.rs
tests/compile-fail/let_if_seq.rs [new file with mode: 0644]