Remove impl_from macro from public API

This commit is contained in:
Lucien Greathouse
2019-12-17 13:40:52 -08:00
parent 1f7f2b22e7
commit ce338a2a72

View File

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