1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-27 16:25:43 +02:00

Fix tyop in speaker notes (#2627)

This commit is contained in:
Nicole L 2025-02-06 11:01:19 -08:00 committed by GitHub
parent 06bdb40442
commit 3229fc7c05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ to use as the error type for `eval`.
{{#include exercise.rs:tests}}
```
<detail>
<details>
- The starting code here isn't exactly the same as the previous exercise's
solution: We've added in an explicit panic to show students where the error