summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--info.toml13
1 files changed, 1 insertions, 12 deletions
diff --git a/info.toml b/info.toml
index 04a90cf..632e6ee 100644
--- a/info.toml
+++ b/info.toml
@@ -511,17 +511,6 @@ https://doc.rust-lang.org/std/result/#results-must-be-used"""
[[exercises]]
name = "option1"
-path = "exercises/error_handling/option1.rs"
-mode = "test"
-hint = """
-Try using a `match` statement where the arms are `Some(thing)` and `None`.
-Or set a default value to print out if you get `None` by using the
-function `unwrap_or`.
-Or use an `if let` statement on the result of `pop()` to both destructure
-a `Some` value and only print out something if we have a value!"""
-
-[[exercises]]
-name = "option1"
path = "exercises/option/option1.rs"
mode = "compile"
hint = """
@@ -762,4 +751,4 @@ path = "exercises/conversions/from_str.rs"
mode = "test"
hint = """
If you've already solved try_from_into.rs, then this is almost a copy-paste.
-Otherwise, go ahead and solve try_from_into.rs first.""" \ No newline at end of file
+Otherwise, go ahead and solve try_from_into.rs first."""