unify hash macro by renaming it to `construct_hash`

This commit is contained in:
debris 2017-11-14 15:38:09 +01:00
parent 9dec8ff8de
commit 2791a94db7
1 changed files with 1 additions and 1 deletions

View File

@ -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.