Skip to content

Commit 8e9dd8d

Browse files
committed
Merge rust-bitcoin#5099: Remove pub(crate) export of macro
7c09b73 Remove pub(crate) export of macro (Tobin C. Harding) Pull request description: This macro is only used in the file it is defined, remove the unnecessary re-export. Found by `clippy`. ACKs for top commit: apoelstra: ACK 7c09b73; successfully ran local tests Tree-SHA512: ba0f319e92dd37a003fb2bb2e612a79dc8dcb7bb91bb9cdb3ae207bb92464b34b782820b946f21073f863b3258d1ae3e617037c0993393b0d4b5d37c477aa006
2 parents cf90378 + 7c09b73 commit 8e9dd8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

io/src/hash.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ macro_rules! impl_write {
3030
}
3131
}
3232
}
33-
pub(crate) use impl_write;
3433

3534
impl_write!(
3635
hash160::HashEngine,

0 commit comments

Comments
 (0)