]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/let_if_seq.rs
Fix yet another FP in `USELESS_LET_IF_SEQ`
[rust.git] / clippy_lints / src / let_if_seq.rs
2016-06-09 mcartonFix yet another FP in `USELESS_LET_IF_SEQ`
2016-06-05 Martin CartonMerge pull request #987 from Manishearth/fix-985
2016-06-05 mcartonFix false-positive in `USELESS_LET_IF_SEQ`
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-06-03 llogiqMerge pull request #979 from Manishearth/fx-975
2016-06-03 mcartonCorrectly check for variable use in `useless_let_if_seq`
2016-05-31 Martin CartonMerge pull request #970 from Manishearth/rustup
2016-05-31 Andre Bogusanother one. Somehow I failed to correctly commit
2016-05-29 Manish GoregaokarMerge pull request #814 from Manishearth/let_mut_if
2016-05-29 mcartonAdd a `USELESS_LET_IF_SEQ` lint