don't export private macro

This commit is contained in:
Jordan Petridis
2019-03-30 17:08:28 +02:00
parent 644ca7d0d0
commit 32ecb05902
3 changed files with 15 additions and 2 deletions
-1
View File
@@ -91,7 +91,6 @@ pub enum DataError {
}
// Maps a type to a variant of the DataError enum
#[macro_export]
macro_rules! easy_from_impl {
($outer_type:ty, $from:ty => $to:expr) => (
impl From<$from> for $outer_type {