We should stop using #[from] on error variants #768
ultimaweapon
started this conversation in
General
Replies: 1 comment
-
Ok :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The reason is because it is hard to find where it is used. Instead, use
map_err
or just plainmatch
instead.Beta Was this translation helpful? Give feedback.
All reactions