rust/clippy_lints
bors 1c9e96536b Auto merge of #12610 - ARandomDev99:manual_unwrap_or_default-12564, r=dswij
[`manual_unwrap_or_default`]: Check for Default trait implementation in initial condition when linting and use `IfLetOrMatch`

Fixes #12564

changelog: Fix [`manual_unwrap_or_default`] false positive when initial `match`/`if let` condition doesn't implement `Default` but the return type does.
2024-04-08 07:24:17 +00:00
..
src Auto merge of #12610 - ARandomDev99:manual_unwrap_or_default-12564, r=dswij 2024-04-08 07:24:17 +00:00
Cargo.toml
README.md

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