Skip to content

Commit

Permalink
Merge pull request rust-lang#1769 from bastianpedersen/patch-1
Browse files Browse the repository at this point in the history
docs: reword `clippy1` exercise to be more readable
  • Loading branch information
shadows-withal authored Nov 29, 2023
2 parents f97f4bc + 3461c4f commit 9f4b556
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 9f4b556

Please sign in to comment.