Skip to content

Commit

Permalink
Reword clippy1 exercise to be more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianpedersen authored Nov 12, 2023
1 parent bc3808c commit 3461c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/22_clippy/clippy1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// The Clippy tool is a collection of lints to analyze your code so you can
// catch common mistakes and improve your Rust code.
//
// 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.
// 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.
//
// Execute `rustlings hint clippy1` or use the `hint` watch subcommand for a
// hint.
Expand Down

0 comments on commit 3461c4f

Please sign in to comment.