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
Is there some reason why FromHexError does not derive Eq? It seems common in the Rust std lib to do so, here are a bunch of example errors that do so: https://doc.rust-lang.org/std/cmp/trait.Eq.html
Happy to do a PR but its so trivial I thought there might be some reason I can't work out.
Thanks
The text was updated successfully, but these errors were encountered:
Is there some reason why
FromHexError
does not deriveEq
? It seems common in the Rust std lib to do so, here are a bunch of example errors that do so: https://doc.rust-lang.org/std/cmp/trait.Eq.htmlHappy to do a PR but its so trivial I thought there might be some reason I can't work out.
Thanks
The text was updated successfully, but these errors were encountered: