diff options
| author | mo8it <mo8it@proton.me> | 2024-07-08 16:00:12 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-08 16:00:12 +0200 |
| commit | 69021e1497f62d52fd2b41d5e5b71ca46b76d7c0 (patch) | |
| tree | 6b908e0e1ae7bd06905adb005e86fe48c287073e /exercises/05_vecs | |
| parent | 08c408aae042509526e8cc1f175e7a010836f53d (diff) | |
Remove stable from book links
Diffstat (limited to 'exercises/05_vecs')
| -rw-r--r-- | exercises/05_vecs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/05_vecs/README.md b/exercises/05_vecs/README.md index 8ff9b85..e1b6128 100644 --- a/exercises/05_vecs/README.md +++ b/exercises/05_vecs/README.md @@ -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) |
