Taylor Yu
|
c3e7b83178
|
fix: use trait objects for from_str
Use `Box<dyn error::Error>` to allow solutions to use `?` to propagate
errors.
|
2021-04-04 18:56:10 -05:00 |
|
Jirka Kremser
|
5f7c89f85d
|
fix(from_str): Correct typos
typos in the comments
|
2021-02-21 21:50:17 +01:00 |
|
Jean-Francois Chevrette
|
15e71535f3
|
fix(from_str): test for error instead of unwrap/should_panic
|
2021-01-21 07:55:22 -05:00 |
|
Sang-Heon Jeon
|
5a0521e92c
|
feat(from_str) : add test for checking unnecessary trailing value
|
2021-01-09 00:07:13 +09:00 |
|
Étienne Barrié
|
3144d3ae63
|
chore: Run rustfmt on exercises
|
2020-08-10 10:24:21 -04:00 |
|
IkaR49
|
763aa6e378
|
feat: Rewrite try_from_into (#393)
|
2020-05-15 23:02:57 +02:00 |
|
apatniv
|
41f989135d
|
Review Comments: Add other test cases
|
2020-05-02 20:41:11 -04:00 |
|
apatniv
|
19fb1c240c
|
test: Add missing test case for from_str exercise
|
2020-04-21 22:51:56 -04:00 |
|
Abdou Seck
|
fc26b5e151
|
I AM NOT DONE comment in conversions exercise files
|
2019-12-16 11:33:00 -05:00 |
|
Abdou Seck
|
0c85dc1193
|
feat: Add type conversion and parsing exercises
|
2019-12-16 09:12:13 -05:00 |
|