We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e4f2c commit 630ff0eCopy full SHA for 630ff0e
exercises/clippy/clippy1.rs
@@ -2,6 +2,8 @@
2
// The Clippy tool is a collection of lints to analyze your code
3
// so you can catch common mistakes and improve your Rust code.
4
//
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.
7
// Execute `rustlings hint clippy1` for hints :)
8
9
// I AM NOT DONE
0 commit comments