rust/clippy_lints
Timo 6330f9119b
Emit lint about redundant closure on the closure node itself (#14791)
Fixes rust-lang/rust-clippy#14789

changelog: [`redundant_closure`],
[`redundant_closure_for_method_calls`]: allow lint to be allowed or
expected on the closure expression itself
2025-06-21 15:20:48 +00:00
..
src Emit lint about redundant closure on the closure node itself (#14791) 2025-06-21 15:20:48 +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.