summaryrefslogtreecommitdiff
path: root/exercises/README.md
diff options
context:
space:
mode:
authorwznmickey <first@wznmickey.com>2024-03-28 00:11:19 +0800
committerwznmickey <first@wznmickey.com>2024-03-28 00:11:19 +0800
commitdd72429af49afbfbf0c1f59f053ecc4382d074fc (patch)
tree81cc6a54f23a6f5c8a2ca4ae221efda0910c64a4 /exercises/README.md
parent92183a74c4c7b91459c1371bb7a68b5e4c1c23bd (diff)
parent34d04139cd372edc0dc611ad83e056d7c4b61a73 (diff)
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'exercises/README.md')
-rw-r--r--exercises/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/README.md b/exercises/README.md
index 4cb966e..237f2f1 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.5 |
| clippy | §21.4 |
| conversions | n/a |