aboutsummaryrefslogtreecommitdiff
path: root/lib/src/lints/eta_reduction.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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