We should stop using #[from] on error variants #768
ultimaweapon
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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