about summary refs log tree commit diff
path: root/tests/ui/needless_bool
AgeCommit message (Collapse)AuthorLines
2019-08-05Add run-rustfix for needless_bool lintPhilipp Hansch-0/+429
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.