diff options
| author | marisa <mokou@posteo.de> | 2019-11-11 17:47:45 +0100 |
|---|---|---|
| committer | marisa <mokou@posteo.de> | 2019-11-11 17:47:45 +0100 |
| commit | 1a7bb5a4005e66665d2618b20bea132f009b79f9 (patch) | |
| tree | dbdd23fad66b796a9fefc04174b50566a7d269a1 /info.toml | |
| parent | 48c35bcfbc251bcfc8d8a2abaa141e260209c285 (diff) | |
Address feedback
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -456,7 +456,7 @@ hint = """ If other functions can return a `Result`, why shouldn't `main`?""" [[exercises]] -name = "errors4" +name = "errorsn" path = "exercises/error_handling/errorsn.rs" mode = "test" hint = """ @@ -507,7 +507,7 @@ 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 = "option2" +name = "result1" path = "exercises/error_handling/result1.rs" mode = "test" hint = """ |
