1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-01-10 03:36:45 +02:00

docs: Update exercise to chapter mapping for HashMap

This commit is contained in:
Laura Lindzey 2021-07-05 23:07:34 -07:00
parent cdd8e19716
commit e422ab1507

View File

@ -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 |