rust/clippy_lints
hrxi 3790aa3d5d Make bool_to_int_with_if a pedantic lint
In all the cases I've observed, it did not make the code clearer. Using
bools as integer is frowned upon in some languages, in others it's
simply not possible.

You can find comments on the original pull request #8131 that agree with
this point of view.
2022-11-10 19:42:20 +01:00
..
2022-11-04 21:21:55 -07:00

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