diff options
| author | mo8it <mo8it@proton.me> | 2024-07-01 11:55:18 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-01 11:55:18 +0200 |
| commit | a0e810b4713bcef60f64f4709ee27c3acec676cd (patch) | |
| tree | a6659224d66a5950c39dd123e6891dc4905c607b /rustlings-macros/info.toml | |
| parent | 78728d52387730300475cbe8c83497f603a14faf (diff) | |
clippy2 solution
Diffstat (limited to 'rustlings-macros/info.toml')
| -rw-r--r-- | rustlings-macros/info.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index 4d40726..fce5e5a 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -1151,7 +1151,8 @@ dir = "22_clippy" test = false strict_clippy = true hint = """ -`for` loops over `Option` values are more clearly expressed as an `if let`""" +`for` loops over `Option` values are more clearly expressed as an `if-let` +statement.""" [[exercises]] name = "clippy3" |
