rust/clippy_lints
bors 85e08cd3b9 Auto merge of #12169 - GuillaumeGomez:unnecessary_result_map_or_else, r=llogiq
Add new `unnecessary_result_map_or_else` lint

Fixes https://github.com/rust-lang/rust-clippy/issues/7328.

r? `@llogiq`

changelog: Add new `unnecessary_result_map_or_else` lint
2024-01-27 12:42:18 +00:00
..
src Auto merge of #12169 - GuillaumeGomez:unnecessary_result_map_or_else, r=llogiq 2024-01-27 12:42:18 +00:00
Cargo.toml Updating dependencies 2024-01-21 09:29:05 -06:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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