Remove rogue I
This commit is contained in:
parent
d4ffaf6f83
commit
936149fc25
@ -1337,7 +1337,7 @@ explanatory comments for the same example:
|
||||
|
||||
// `for`-loops use a protocol based on the `Iterator`
|
||||
// trait. Each item yielded in a `for` loop has the
|
||||
// type `Iterator::Item` -- that is,I `Item` is the
|
||||
// type `Iterator::Item` -- that is, `Item` is the
|
||||
// associated type of the concrete iterator impl.
|
||||
for v in &vs {
|
||||
// ~ ~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user