Skip to content

Commit

Permalink
Merge pull request #795 from lauralindzey/docs/section-mapping
Browse files Browse the repository at this point in the history
docs: Update exercise to chapter mapping for HashMap
  • Loading branch information
shadows-withal authored Jul 7, 2021
2 parents cdd8e19 + 8774e47 commit c8e4b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| structs | §5.1 |
| enums | §6 |
| modules | §7.2 |
| collections | §8.1 |
| collections | §8.1, §8.3 |
| strings | §8.2 |
| error_handling | §9 |
| generics | §10 |
Expand Down
1 change: 1 addition & 0 deletions exercises/collections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ structures that are used very often in Rust programs:
## Further information

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

0 comments on commit c8e4b35

Please sign in to comment.