rust/clippy_lints
Philipp Krones 016857db65
Rollup merge of #4730 - yerke:fix-check_infinite_loop, r=flip1995
Fix check_infinite_loop (while_immutable_condition) by checking for break or return inside loop body

changelog: Fix check_infinite_loop (while_immutable_condition) by checking for break or return inside loop body
fixes #4648
2019-11-23 18:15:58 +01:00
..
src Rollup merge of #4730 - yerke:fix-check_infinite_loop, r=flip1995 2019-11-23 18:15:58 +01:00
Cargo.toml bump smallvec to 1.0.0 2019-11-06 17:46:45 +07:00
README.md

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.