We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7024d8 commit 6263cb6Copy full SHA for 6263cb6
rustlings-macros/info.toml
@@ -1145,7 +1145,11 @@ test = false
1145
strict_clippy = true
1146
hint = """
1147
`for` loops over `Option` values are more clearly expressed as an `if-let`
1148
-statement."""
+statement.
1149
+
1150
+Not required to solve this exercise, but if you are interested in when iterating
1151
+over `Option` can be useful, read the following section in the documentation:
1152
+https://doc.rust-lang.org/std/option/#iterating-over-option"""
1153
1154
[[exercises]]
1155
name = "clippy3"
0 commit comments