summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exercises/README.md4
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 |