Skip to content

Commit b2b6e69

Browse files
reformatted exercise->chapter mapping
Added and removed rows according to changes to exercise order and grouping.
1 parent 66eaaf7 commit b2b6e69

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

exercises/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| if | §3.5 |
88
| primitive_types | §3.2, §4.3 |
99
| vecs | §8.1 |
10-
| move_semantics | §4.1, §4.2 |
10+
| move_semantics | §4.1-2 |
1111
| structs | §5.1, §5.3 |
1212
| enums | §6, §18.3 |
1313
| strings | §8.2 |
@@ -19,8 +19,9 @@
1919
| traits | §10.2 |
2020
| tests | §11.1 |
2121
| lifetimes | §10.3 |
22-
| standard_library_types | §13.2, §15.1, §16.3 |
23-
| threads | §16.1, §16.2, §16.3 |
22+
| iterators | §13.2-4 |
23+
| threads | §16.1-3 |
24+
| smart_pointers | §15, §16.3 |
2425
| macros | §19.6 |
2526
| clippy | n/a |
2627
| conversions | n/a |

0 commit comments

Comments
 (0)