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
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
aba33d1 Fix macro usage in macros (Tobin C. Harding)
Pull request description:
Currently we have macros that call other macros without a fully qualified path, this breaks some usage of the macros downstream because macro calls that should be opaque require importing.
Fix macro usage in macros by using `$crate::` fully qualified path.
Done in preparation for removing `extern crate` and `macro_use` in `rust-bitcoin` (since we have edition 2018). See rust-bitcoin/rust-bitcoin#1041 for demonstration of using the changes proposed here.
ACKs for top commit:
apoelstra:
ACK aba33d1
Tree-SHA512: 4c2f103baf7cfcb61e7d3bd333dca69258dd2e9c597ae93aea9b4c3987a5bfa799a09587f6ffbe106da8206de20a74264c7edfbda05ed927f2de700f4458b314
0 commit comments