diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-03-27 16:59:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 16:59:52 +0100 |
| commit | 34d04139cd372edc0dc611ad83e056d7c4b61a73 (patch) | |
| tree | 93b2b034d6b4b92669caf873be16b543398fcf68 | |
| parent | c4d434a2b450bac7d2caa0956d1910b82869451b (diff) | |
| parent | 5453fad99146905b690f99d76992b840ad8772a2 (diff) | |
Merge pull request #1805 from paul-leydier/chapters-table
docs: sort exercise to book chapter mapping by exercise
| -rw-r--r-- | exercises/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/README.md b/exercises/README.md index c7effa9..fd0926f 100644 --- a/exercises/README.md +++ b/exercises/README.md @@ -17,11 +17,11 @@ | error_handling | §9 | | generics | §10 | | traits | §10.2 | -| tests | §11.1 | | lifetimes | §10.3 | +| tests | §11.1 | | iterators | §13.2-4 | -| threads | §16.1-3 | | smart_pointers | §15, §16.3 | +| threads | §16.1-3 | | macros | §19.6 | | clippy | §21.4 | | conversions | n/a | |
