diff --git a/src/hash.rs b/src/hash.rs index a1472ec..fb2aeed 100644 --- a/src/hash.rs +++ b/src/hash.rs @@ -16,7 +16,7 @@ pub fn clean_0x(s: &str) -> &str { } #[macro_export] -macro_rules! impl_hash { +macro_rules! construct_hash { ($from: ident, $size: expr) => { #[repr(C)] /// Unformatted binary data of fixed length.