Skip to content

Commit 3461c4f

Browse files
authored
Reword clippy1 exercise to be more readable
1 parent bc3808c commit 3461c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/22_clippy/clippy1.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// The Clippy tool is a collection of lints to analyze your code so you can
44
// catch common mistakes and improve your Rust code.
55
//
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.
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.
88
//
99
// Execute `rustlings hint clippy1` or use the `hint` watch subcommand for a
1010
// hint.

0 commit comments

Comments
 (0)