diff options
| author | Steven Mann <sjmann91@gmail.com> | 2020-04-21 17:50:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-21 18:50:00 +0200 |
| commit | 630ff0e00b24bb5026fe248deb3a4818b9a38d4c (patch) | |
| tree | 03b363db285325b73ab16c4767c629ac7c34ec01 /exercises/clippy | |
| parent | c9e4f2cfb4c48d0b7451263cfb43b9426438122d (diff) | |
chore: add explanatory comment to clippy1
Diffstat (limited to 'exercises/clippy')
| -rw-r--r-- | exercises/clippy/clippy1.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/clippy/clippy1.rs b/exercises/clippy/clippy1.rs index 2b4c635..bdb5dd2 100644 --- a/exercises/clippy/clippy1.rs +++ b/exercises/clippy/clippy1.rs @@ -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 |
