diff options
Diffstat (limited to 'exercises/13_error_handling/errors3.rs')
| -rw-r--r-- | exercises/13_error_handling/errors3.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercises/13_error_handling/errors3.rs b/exercises/13_error_handling/errors3.rs index d42d3b1..56bb31b 100644 --- a/exercises/13_error_handling/errors3.rs +++ b/exercises/13_error_handling/errors3.rs @@ -7,8 +7,6 @@ // Execute `rustlings hint errors3` or use the `hint` watch subcommand for a // hint. -// I AM NOT DONE - use std::num::ParseIntError; fn main() { |
