Skip to content

Commit 9f4b556

Browse files
authored
Merge pull request #1769 from bastianpedersen/patch-1
docs: reword `clippy1` exercise to be more readable
2 parents f97f4bc + 3461c4f commit 9f4b556

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)