1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-26 17:56:11 +02:00

added existing chapter for clippy to mapping

It's real! https://doc.rust-lang.org/book/appendix-04-useful-development-tools.html
This commit is contained in:
seporterfield 2023-01-01 02:34:58 +01:00 committed by GitHub
parent b2b6e6900f
commit 9860976af9
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |