Files
rust/clippy_lints
Samuel Tardieu ac0a11a8bc Fix obfuscated_if_else suggestion on left side of a binary expr
An `if … { … } else { … }` used as the left operand of a binary
expression requires parentheses to be parsed as an expression.
2025-02-09 02:11:37 +01:00
..
2025-01-13 16:55:42 +01:00

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