Skip to content

Commit

Permalink
chore: add explanatory comment to clippy1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmann authored Apr 21, 2020
1 parent c9e4f2c commit 630ff0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/clippy/clippy1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.
// Execute `rustlings hint clippy1` for hints :)

// I AM NOT DONE
Expand Down

0 comments on commit 630ff0e

Please sign in to comment.