diff options
| author | IkaR49 <IkaR49@users.noreply.github.com> | 2020-05-16 00:02:57 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 23:02:57 +0200 |
| commit | 763aa6e378a586caae2d8d63755a85eeba227933 (patch) | |
| tree | a2a7763bf8f8a9857f04782f075259e6e61101ef /info.toml | |
| parent | d6c0a688e6a96f93ad60d540d4b326f342fc0d45 (diff) | |
feat: Rewrite try_from_into (#393)
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -799,5 +799,6 @@ name = "from_str" 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.""" +The implementation of FromStr should return an Ok with a Person object, +or an Err with a string if the string is not valid. +This is a some like an `try_from_into` exercise.""" |
