diff options
| author | fmoko <mokou@posteo.de> | 2020-04-11 17:27:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-11 17:27:10 +0200 |
| commit | 2b80f6ed41c9086a197e5087fecab341e3680e34 (patch) | |
| tree | 4b78946f3b927a95bbc480ec1a7a440993416bb6 /info.toml | |
| parent | 3ab084a421c0f140ae83bf1fc3f47b39342e7373 (diff) | |
chore: Remove duplicate `option1` exercise
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -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.""" |
