1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-07-15 19:55:34 -04:00

chore: Removed extra whitespaces

Co-authored-by: Corentin ARNOULD <corentin.arn@gmail.com>
This commit is contained in:
Koalab99 2020-08-27 19:51:19 +02:00 committed by GitHub
parent 9699da4968
commit ee7cdc66b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 25 additions and 25 deletions
exercises/error_handling

View file

@ -1,5 +1,5 @@
For this exercise check out the sections:
- [Error Handling](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html)
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
- [Error Handling](https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html)
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
of the Rust Book.