Remove unused macro

This macro was a part of previous failed design and is no longer used.
This change removes it.
This commit is contained in:
Martin Habovstiak 2023-02-24 21:38:36 +01:00
parent fbb3b82b93
commit 58876e2be9
1 changed files with 0 additions and 7 deletions

View File

@ -302,13 +302,6 @@ macro_rules! hash_newtype_struct {
};
}
#[doc(hidden)]
#[macro_export]
macro_rules! hash_newtype_our_attrs {
(hash_newtype($($attr:tt)*)) => { $($attr)* };
($($ignore:tt)*) => {};
}
#[doc(hidden)]
#[macro_export]
macro_rules! hash_newtype_get_direction {