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
It's tempting to move the macro into internals but right now hashes does not have an internals dep. So maybe ok to continue having the macro be copy/pasted. But maybe we should have a lint check to verify that the code is identical?
In
rust-bitcoin
we have a macro name the same as one hereimpl_array_newtype
but they differ substantially.Should they be the same?
The one in
rust-bitcoin
was patched in rust-bitcoin/rust-bitcoin#2585The text was updated successfully, but these errors were encountered: