Update errors5.rs

This commit is contained in:
Kevin Lu 2025-01-15 22:29:09 -08:00 committed by GitHub
parent 1aec7c1152
commit ced341f905
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
// This exercise is an altered version of the `errors4` exercise. It uses some
// This exercise is an altered version of the `errors3` exercise. It uses some
// concepts that we won't get to until later in the course, like `Box` and the
// `From` trait. It's not important to understand them in detail right now, but
// you can read ahead if you like. For now, think of the `Box<dyn ???>` type as