diff options
Diffstat (limited to 'exercises/error_handling/errors4.rs')
| -rw-r--r-- | exercises/error_handling/errors4.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/exercises/error_handling/errors4.rs b/exercises/error_handling/errors4.rs index 0efe8cc..e04bff7 100644 --- a/exercises/error_handling/errors4.rs +++ b/exercises/error_handling/errors4.rs @@ -1,5 +1,7 @@ // errors4.rs -// Execute `rustlings hint errors4` or use the `hint` watch subcommand for a hint. +// +// Execute `rustlings hint errors4` or use the `hint` watch subcommand for a +// hint. // I AM NOT DONE |
