mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-31 13:35:44 +00:00
fix for 1.8, 1.9 and stable
This commit is contained in:
@@ -14,7 +14,6 @@ use core::fmt;
|
||||
/// Macro helper to not have to re-implement all the defaulted methods.
|
||||
/// Every given method ignores all arguments and forwards to `deserialize`.
|
||||
/// Note that `deserialize_enum` simply returns an `Error::invalid_type`.
|
||||
#[macro_export]
|
||||
macro_rules! de_forward_to_deserialize {
|
||||
($($func:ident),*) => {
|
||||
$(de_forward_to_deserialize!{func: $func})*
|
||||
|
||||
Reference in New Issue
Block a user