mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-14 18:02:53 +00:00
Add run-rustfix for needless_bool lint This splits up the needless_bool tests into `fixable.rs` and `simple.rs`. `simple.rs` contains the code that triggers the lint diagnostic without a suggestion. changelog: none cc #3630