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:
parent
fbb3b82b93
commit
58876e2be9
|
@ -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)]
|
#[doc(hidden)]
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! hash_newtype_get_direction {
|
macro_rules! hash_newtype_get_direction {
|
||||||
|
|
Loading…
Reference in New Issue