summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/info.toml b/info.toml
index 9567495..3c37f95 100644
--- a/info.toml
+++ b/info.toml
@@ -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]]