about summary refs log tree commit diff
path: root/tests/ui/iter_nth_zero.fixed
AgeCommit message (Collapse)AuthorLines
2020-01-04Add lint for iter.nth(0)Brad Sherman-0/+31
- Encourage iter.next() rather than iter.nth(0), which is less readable