forked from rojo-rbx/rojo
Remove impl_from macro from public API
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
/// Implements 'From' for a list of variants, intended for use with error enums
|
/// Implements 'From' for a list of variants, intended for use with error enums
|
||||||
/// that are wrapping a number of errors from other methods.
|
/// that are wrapping a number of errors from other methods.
|
||||||
#[macro_export]
|
|
||||||
macro_rules! impl_from {
|
macro_rules! impl_from {
|
||||||
(
|
(
|
||||||
$enum_name: ident {
|
$enum_name: ident {
|
||||||
|
|||||||
Reference in New Issue
Block a user