macro check for redundant_closure_call #1639
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
T-middle
Type: Probably requires verifiying types
libcore has a counter-example for redundant_closure_call: In str/pattern.rs,
a macro reuses type constructors as closures to create instances of Searchers
to easily abstract over Pattern types. A macro check would probably do good
here.
The text was updated successfully, but these errors were encountered: