mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 06:35:39 +00:00
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