mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-14 22:15:54 +02:00
fix links for IntoIterator for Vec (#917)
This commit is contained in:
parent
dd9047126c
commit
88510e9e72
@ -104,7 +104,7 @@ What is the type of `word` in each loop?
|
||||
|
||||
Experiment with the code above and then consult the documentation for [`impl
|
||||
IntoIterator for
|
||||
&Vec<T>`](https://doc.rust-lang.org/std/vec/struct.Vec.html#impl-IntoIterator-for-%26%27a%20Vec%3CT%2C%20A%3E)
|
||||
&Vec<T>`](https://doc.rust-lang.org/std/vec/struct.Vec.html#impl-IntoIterator-for-%26'a+Vec%3CT,+A%3E)
|
||||
and [`impl IntoIterator for
|
||||
Vec<T>`](https://doc.rust-lang.org/std/vec/struct.Vec.html#impl-IntoIterator-for-Vec%3CT%2C%20A%3E)
|
||||
Vec<T>`](https://doc.rust-lang.org/std/vec/struct.Vec.html#impl-IntoIterator-for-Vec%3CT,+A%3E)
|
||||
to check your answers.
|
||||
|
Loading…
Reference in New Issue
Block a user