Skip to content

Commit

Permalink
fix(options1): Add hint about Array Initialization (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmahmood committed May 10, 2020
1 parent 2b20c8a commit 9f75554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -561,13 +561,15 @@ name = "option1"
path = "exercises/option/option1.rs"
mode = "compile"
hint = """
Check out some functions of Option:
Hint 1: Check out some functions of Option:
is_some
is_none
unwrap
and:
pattern matching
Hint 2: There are no sensible defaults for the value of an Array; the values need to be filled before use.
"""

[[exercises]]
Expand Down

0 comments on commit 9f75554

Please sign in to comment.