You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this crate, it seems to work pretty well so far (yay 70s technology)!
I've noticed that Error only implements Debug, which isn't very suitable for displaying to the user. It could implement Display in addition to Debug to provide more user-friendly output.
The text was updated successfully, but these errors were encountered:
Thanks for this crate, it seems to work pretty well so far (yay 70s technology)!
I've noticed that
Error
only implementsDebug
, which isn't very suitable for displaying to the user. It could implementDisplay
in addition toDebug
to provide more user-friendly output.The text was updated successfully, but these errors were encountered: