]> git.lizzy.rs Git - rust.git/commit
redundant_closure_call - extract lint from misc_early.rs, adapt to LatePass
authorTim Nielens <tim.nielens@gmail.com>
Sat, 18 Jul 2020 22:33:54 +0000 (00:33 +0200)
committerTim Nielens <tim.nielens@gmail.com>
Sun, 19 Jul 2020 22:30:43 +0000 (00:30 +0200)
commit0fecaf1abcbe8d4ba1a9c532b69aab6fab3097c8
tree4b6d8bda5ebcd22ef5a81f0dcbcca319dcb57e29
parentc720d823e1e633cccfd24e1df76cc04a628e83b0
redundant_closure_call - extract lint from misc_early.rs, adapt to LatePass
clippy_lints/src/lib.rs
clippy_lints/src/misc_early.rs
clippy_lints/src/redundant_closure_call.rs [new file with mode: 0644]
src/lintlist/mod.rs
tests/ui/redundant_closure_call.rs [deleted file]
tests/ui/redundant_closure_call.stderr [deleted file]
tests/ui/redundant_closure_call_early.rs [new file with mode: 0644]
tests/ui/redundant_closure_call_early.stderr [new file with mode: 0644]
tests/ui/redundant_closure_call_late.rs [new file with mode: 0644]
tests/ui/redundant_closure_call_late.stderr [new file with mode: 0644]