summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml3
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"