Skip to content

Commit 7c09b73

Browse files
committed
Remove pub(crate) export of macro
This macro is only used in the file it is defined, remove the unnecessary re-export. Found by `clippy`.
1 parent 0e893a5 commit 7c09b73

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)