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 /info.toml | |
| parent | 7fc393bed4689d4e106a199dd956bef796976935 (diff) | |
feat(clippy): add clippy3
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -989,6 +989,12 @@ mode = "clippy" hint = """ `for` loops over Option values are more clearly expressed as an `if let`""" +[[exercises]] +name = "clippy3" +path = "exercises/clippy/clippy3.rs" +mode = "clippy" +hint = "No hints this time!" + # TYPE CONVERSIONS [[exercises]] |
