From 628ef55337429c26df53f4bec823653d6944dddb Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 21 Aug 2025 23:38:42 +0200 Subject: [PATCH] Fix Clippy chapter --- exercises/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/README.md b/exercises/README.md index 86b35916..1df5cc37 100644 --- a/exercises/README.md +++ b/exercises/README.md @@ -23,5 +23,5 @@ | smart_pointers | §15, §16.3 | | threads | §16.1-3 | | macros | §20.5 | -| clippy | §21.4 | +| clippy | Appendix D | | conversions | n/a |