summaryrefslogtreecommitdiff
path: root/exercises/README.md
diff options
context:
space:
mode:
authorEmmanuel Roullit <eroullit@github.com>2023-02-25 17:11:43 +0100
committerGitHub <noreply@github.com>2023-02-25 17:11:43 +0100
commitfcadbfc70d578e4a993711d5a7f1737aebd6b3ce (patch)
tree897142c1904755a43aefce56695c0b8186381e69 /exercises/README.md
parentb653d4848a52701d2240f130ab74c158dd5d7069 (diff)
parent701b4bef51b50d1fd3bb7fbfe3cc274f2bbdcb0c (diff)
Merge branch 'rust-lang:main' into codespaces
Diffstat (limited to 'exercises/README.md')
-rw-r--r--exercises/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/exercises/README.md b/exercises/README.md
index e52137c..c7effa9 100644
--- a/exercises/README.md
+++ b/exercises/README.md
@@ -7,7 +7,7 @@
| if | §3.5 |
| primitive_types | §3.2, §4.3 |
| vecs | §8.1 |
-| move_semantics | §4.1, §4.2 |
+| move_semantics | §4.1-2 |
| structs | §5.1, §5.3 |
| enums | §6, §18.3 |
| strings | §8.2 |
@@ -19,8 +19,9 @@
| traits | §10.2 |
| tests | §11.1 |
| lifetimes | §10.3 |
-| standard_library_types | §13.2, §15.1, §16.3 |
-| threads | §16.1, §16.2, §16.3 |
+| iterators | §13.2-4 |
+| threads | §16.1-3 |
+| smart_pointers | §15, §16.3 |
| macros | §19.6 |
-| clippy | n/a |
+| clippy | §21.4 |
| conversions | n/a |