1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-28 01:49:05 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.