mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 14:13:24 +03:00
Rollup merge of #29715 - defuz:patch-3, r=alexcrichton
r? @steveklabnik See #27305
This commit is contained in:
@@ -232,7 +232,7 @@ also called a ‘vector’, and it’s a growable array type. We then use a
|
||||
[`for`][for] loop to iterate through the vector, getting a reference to each
|
||||
philosopher in turn.
|
||||
|
||||
[for]: for-loops.html
|
||||
[for]: loops.html#for
|
||||
|
||||
In the body of the loop, we call `p.eat()`, which is defined above:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user