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 bc3808c commit 3461c4fCopy full SHA for 3461c4f
exercises/22_clippy/clippy1.rs
@@ -3,8 +3,8 @@
3
// The Clippy tool is a collection of lints to analyze your code so you can
4
// catch common mistakes and improve your Rust code.
5
//
6
-// For these exercises the code will fail to compile when there are clippy
7
-// warnings check clippy's suggestions from the output to solve the exercise.
+// 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.
8
9
// Execute `rustlings hint clippy1` or use the `hint` watch subcommand for a
10
// hint.
0 commit comments