File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1586,10 +1586,8 @@ map_impl! {
15861586#[ cfg( any( feature = "std" , not( no_core_net) ) ) ]
15871587macro_rules! parse_ip_impl {
15881588 (
1589- $( #[ $attr: meta] ) *
15901589 $ty: ty, $expecting: expr, $size: tt
15911590 ) => {
1592- $( #[ $attr] ) *
15931591 impl <' de> Deserialize <' de> for $ty {
15941592 fn deserialize<D >( deserializer: D ) -> Result <Self , D :: Error >
15951593 where
@@ -1749,11 +1747,9 @@ parse_ip_impl! {
17491747#[ cfg( any( feature = "std" , not( no_core_net) ) ) ]
17501748macro_rules! parse_socket_impl {
17511749 (
1752- $( #[ $attr: meta] ) *
17531750 $ty: ty, $expecting: tt,
17541751 $new: expr,
17551752 ) => {
1756- $( #[ $attr] ) *
17571753 impl <' de> Deserialize <' de> for $ty {
17581754 fn deserialize<D >( deserializer: D ) -> Result <Self , D :: Error >
17591755 where
You can’t perform that action at this time.
0 commit comments