Files
rust/clippy_lints
Jason Newcomb 88bcf1ca19 fix option-if-let-else lint (#15394)
some simple twists
Fixes rust-lang/rust-clippy#15002
Fixes rust-lang/rust-clippy#15379

changelog: [`option_if_let_else`]: Don't remove raw pointer derefs in
suggestions
changelog: [`option_if_let_else`]: Don't suggest passing argless
functions to `Result::map_or_else`
2025-08-03 06:55:48 +00:00
..
2025-08-03 06:55:48 +00:00

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