mirror of
https://github.com/notohh/rustlings.git
synced 2025-07-22 13:40:05 -04:00
Remove stable from book links
This commit is contained in:
parent
08c408aae0
commit
69021e1497
5 changed files with 14 additions and 14 deletions
exercises/05_vecs
|
@ -12,6 +12,6 @@ the other useful data structure, hash maps, later.
|
|||
|
||||
## Further information
|
||||
|
||||
- [Storing Lists of Values with Vectors](https://doc.rust-lang.org/stable/book/ch08-01-vectors.html)
|
||||
- [Storing Lists of Values with Vectors](https://doc.rust-lang.org/book/ch08-01-vectors.html)
|
||||
- [`iter_mut`](https://doc.rust-lang.org/std/primitive.slice.html#method.iter_mut)
|
||||
- [`map`](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.map)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue