aboutsummaryrefslogtreecommitdiff
path: root/lib/src/lints/useless_has_attr.rs
Commit message (Collapse)AuthorAgeFilesLines
* useless_has_attr: do not parenthesize select expressions in fixesAkshay2022-02-201-1/+2
| | | | | `select` expresisons are more tightly binding than `or` expressions, we do not have to parenthesize them when placed next to an `or`.
* new lint: useless_has_attrAkshay2022-02-201-0/+83