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
9b23c9c Audit error types (Tobin C. Harding)
Pull request description:
Audit all error types and ensure the following holds:
- All use `non_exhaustive`
- All derive `Debug, Clone, PartialEq, Eq` (unless `io::Error` is present, in which case only `Debug`)
- All error `From` impls use `inline`
This is similar to rust-bitcoin/rust-bitcoin#2101, probably should have done this one first.
ACKs for top commit:
apoelstra:
ACK 9b23c9c
Tree-SHA512: af525afc8d1a95327e40f7983afe905be18cfe9040b11ca4c14ec93329e32a52a830937c2d79b6b02c763dc17c9a7490871779094ab0fded64654852550a94c9
0 commit comments