New lint: iter_nth_zero #4957
Labels
A-lint
Area: New lints
good-first-issue
These issues are a good way to get started with Clippy
L-complexity
Lint: Belongs in the complexity lint group
Suggest replacing
iter.nth(0)
withiter.next()
.The text was updated successfully, but these errors were encountered: