aboutsummaryrefslogtreecommitdiff
path: root/lib/src/lints/eta_reduction.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix testsfigsoda2021-11-011-2/+2
|
* add `explain` subcommand and explanations to all lintsAkshay2021-10-311-2/+28
|
* filter out invalid eta-reductionsDaniel Thwaites2021-10-291-4/+13
| | | | | if the remaining expression after eta-reduction still contains the removed function argument, eta-reduction is not possible.
* new lint: eta_reductionAkshay2021-10-081-0/+51