feat(clippy): add clippy3

This commit is contained in:
mokou
2022-07-15 12:28:47 +02:00
parent 7fc393bed4
commit 8cfedb1673
5 changed files with 35 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
//
// For these exercises the code will fail to compile when there are clippy warnings
// check clippy's suggestions from the output to solve the exercise.
// Execute `rustlings hint clippy1` for hints :)
// Execute `rustlings hint clippy1` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE