From ce338a2a7262a2e9f61f6a68cbc6353d41acde14 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 17 Dec 2019 13:40:52 -0800 Subject: [PATCH] Remove impl_from macro from public API --- src/impl_from.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/impl_from.rs b/src/impl_from.rs index ed1db996..a1b4137a 100644 --- a/src/impl_from.rs +++ b/src/impl_from.rs @@ -1,6 +1,5 @@ /// Implements 'From' for a list of variants, intended for use with error enums /// that are wrapping a number of errors from other methods. -#[macro_export] macro_rules! impl_from { ( $enum_name: ident {