rust/clippy_lints
Samuel Tardieu 7c828e63ba
or_fun_call: lint more methods (#15071)
Extend `or_fun_call` lint with new checks for Option::get_or_insert,
Result::map_or.

changelog: [`or_fun_call`]: lint more methods
2025-06-21 09:21:42 +00:00
..
src or_fun_call: lint more methods (#15071) 2025-06-21 09:21:42 +00:00
Cargo.toml Prepare to split lints into multiple crates 2025-06-18 22:37:23 -04: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.