Cfg away a macro used only by flatten

This commit is contained in:
David Tolnay
2018-05-10 08:44:26 -07:00
parent 368961e961
commit dfd81323d5
+1
View File
@@ -2653,6 +2653,7 @@ where
}
}
#[cfg(any(feature = "std", feature = "alloc"))]
macro_rules! forward_to_deserialize_other {
($($func:ident ( $($arg:ty),* ))*) => {
$(