diff options
| author | mokou <mokou@fastmail.com> | 2022-07-15 12:28:47 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-15 12:28:47 +0200 |
| commit | 8cfedb16738e613ab90894386e299f5cb6292932 (patch) | |
| tree | 7e886ae4d06592659f14e3b89a7b22dc00bb5ec6 /exercises/clippy/clippy1.rs | |
| parent | 7fc393bed4689d4e106a199dd956bef796976935 (diff) | |
feat(clippy): add clippy3
Diffstat (limited to 'exercises/clippy/clippy1.rs')
| -rw-r--r-- | exercises/clippy/clippy1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/clippy/clippy1.rs b/exercises/clippy/clippy1.rs index c5f84a9..bad4689 100644 --- a/exercises/clippy/clippy1.rs +++ b/exercises/clippy/clippy1.rs @@ -4,7 +4,7 @@ // // 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 :) +// Execute `rustlings hint clippy1` or use the `hint` watch subcommand for a hint. // I AM NOT DONE |
