]> git.lizzy.rs Git - rust.git/commit
Fix FP for `redundant_closure_call`
authorTakayuki Nakata <f.seasons017@gmail.com>
Tue, 18 Aug 2020 14:00:21 +0000 (23:00 +0900)
committerTakayuki Nakata <f.seasons017@gmail.com>
Mon, 24 Aug 2020 00:43:16 +0000 (09:43 +0900)
commitb2c226679251bb795d786d7cdd11d2e2c9d0e685
tree388a8e1a661167f1229f3b1f6d4035eadaae6f80
parent27ae4d303ce9103a104c57088913741ab17f4d36
Fix FP for `redundant_closure_call`

Visit the nested things like function body when checking closure call.
clippy_lints/src/redundant_closure_call.rs
tests/ui/redundant_closure_call_late.rs