summaryrefslogtreecommitdiff
path: root/exercises/README.md
diff options
context:
space:
mode:
authorseporterfield <107010978+seporterfield@users.noreply.github.com>2023-01-01 02:34:58 +0100
committerGitHub <noreply@github.com>2023-01-01 02:34:58 +0100
commit9860976af92ea9578980587b57f992073f6ff5ea (patch)
tree6c08ea8855b788a7cb273dd07e2c86afefff1959 /exercises/README.md
parentb2b6e6900fbe8b63a7d965240715ad56fa81403a (diff)
added existing chapter for clippy to mapping
It's real! https://doc.rust-lang.org/book/appendix-04-useful-development-tools.html
Diffstat (limited to 'exercises/README.md')
-rw-r--r--exercises/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/README.md b/exercises/README.md
index 26fcdf8..c7effa9 100644
--- a/exercises/README.md
+++ b/exercises/README.md
@@ -23,5 +23,5 @@
| threads | §16.1-3 |
| smart_pointers | §15, §16.3 |
| macros | §19.6 |
-| clippy | n/a |
+| clippy | §21.4 |
| conversions | n/a |