Skip to content

Commit 630ff0e

Browse files
authored
chore: add explanatory comment to clippy1
1 parent c9e4f2c commit 630ff0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/clippy/clippy1.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// The Clippy tool is a collection of lints to analyze your code
33
// so you can catch common mistakes and improve your Rust code.
44
//
5+
// For these exercises the code will fail to compile when there are clippy warnings
6+
// check clippy's suggestions from the output to solve the exercise.
57
// Execute `rustlings hint clippy1` for hints :)
68

79
// I AM NOT DONE

0 commit comments

Comments
 (0)