We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The span for the range in
for _ in 0..10 { ... }
is 0..10 {, whereas it should be just 0..10.
0..10 {
0..10