rust-clippy icon indicating copy to clipboard operation
rust-clippy copied to clipboard

Emit lint about redundant closure on the closure node itself

Open samueltardieu opened this issue 5 months ago • 3 comments

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

samueltardieu avatar May 12 '25 22:05 samueltardieu