Skip to content

Commit c8e4b35

Browse files
authored
Merge pull request #795 from lauralindzey/docs/section-mapping
docs: Update exercise to chapter mapping for HashMap
2 parents cdd8e19 + 8774e47 commit c8e4b35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

exercises/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| structs | §5.1 |
1111
| enums | §6 |
1212
| modules | §7.2 |
13-
| collections | §8.1 |
13+
| collections | §8.1, §8.3 |
1414
| strings | §8.2 |
1515
| error_handling | §9 |
1616
| generics | §10 |

exercises/collections/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ structures that are used very often in Rust programs:
2020
## Further information
2121

2222
- [Storing Lists of Values with Vectors](https://doc.rust-lang.org/stable/book/ch08-01-vectors.html)
23+
- [Storing Keys with Associated Values in Hash Maps](https://doc.rust-lang.org/book/ch08-03-hash-maps.html)

0 commit comments

Comments
 (0)