Skip to content

Commit 5138f22

Browse files
committed
doc: update book links
1 parent cc3e1a8 commit 5138f22

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

exercises/README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,22 @@
55
| variables | §3.1 |
66
| functions | §3.3 |
77
| if | §3.5 |
8-
| move_semantics | §4.1, §4.2 |
98
| primitive_types | §3.2, §4.3 |
9+
| vecs | §8.1 |
10+
| move_semantics | §4.1, §4.2 |
1011
| structs | §5.1, §5.3 |
1112
| enums | §6, §18.3 |
12-
| modules | §7 |
13-
| collections | §8.1, §8.3 |
1413
| strings | §8.2 |
14+
| modules | §7 |
15+
| hashmaps | §8.3 |
16+
| options | §10.1 |
1517
| error_handling | §9 |
1618
| generics | §10 |
17-
| option | §10.1 |
1819
| traits | §10.2 |
1920
| tests | §11.1 |
21+
| lifetimes | §10.3 |
2022
| standard_library_types | §13.2, §15.1, §16.3 |
21-
| threads | §16.1 |
23+
| threads | §16.1, §16.2, §16.3 |
2224
| macros | §19.6 |
2325
| clippy | n/a |
2426
| conversions | n/a |

0 commit comments

Comments
 (0)