1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-11-25 22:31:48 +02:00

Merge pull request #2310 from DerWario/main

fix: mapping typo in the exercieses README.md
This commit is contained in:
Mo Bitar
2025-11-20 11:39:25 +00:00
committed by GitHub

View File

@@ -9,7 +9,7 @@
| vecs | §8.1 |
| move_semantics | §4.1-2 |
| structs | §5.1, §5.3 |
| enums | §6, §18.3 |
| enums | §6, §19.3 |
| strings | §8.2 |
| modules | §7 |
| hashmaps | §8.3 |