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 2b20c8a commit 9f75554Copy full SHA for 9f75554
info.toml
@@ -561,13 +561,15 @@ name = "option1"
561
path = "exercises/option/option1.rs"
562
mode = "compile"
563
hint = """
564
-Check out some functions of Option:
+Hint 1: Check out some functions of Option:
565
is_some
566
is_none
567
unwrap
568
569
and:
570
pattern matching
571
+
572
+Hint 2: There are no sensible defaults for the value of an Array; the values need to be filled before use.
573
"""
574
575
[[exercises]]
0 commit comments