1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-26 10:41:01 +02:00

Update converting-error-types.md (#1428)

This commit is contained in:
justanotheranonymoususer
2023-10-25 18:02:34 +03:00
committed by GitHub
parent 629a5c322c
commit 17f61463f5

View File

@ -16,4 +16,4 @@ match expression {
```
The `From::from` call here means we attempt to convert the error type to the
type returned by the function:
type returned by the function.