Files
rust/clippy_lints
Alex Macleod 743405d7bf Do not replace match by if if any arm contains a binding (#15352)
changelog: [`match_bool`]: do not replace `match` by `if` if any arm
contains a binding

Fixes rust-lang/rust-clippy#15351
2025-08-21 13:42:44 +00:00
..
2025-08-07 16:48:16 +02:00

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