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
Auto merge of #3895 - Turbo87:std-error, r=hi-rustin
errors: Derive `Error` (and `Display`) for `AppErrToStdErr`
Instead of implementing `Error` and `Display` ourselves we can rely on https://github.com/dtolnay/thiserror to derive them for us.
0 commit comments