Commit 4c0dd63 1 parent 26fb134 commit 4c0dd63 Copy full SHA for 4c0dd63
File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1586,10 +1586,8 @@ map_impl! {
1586
1586
#[ cfg( any( feature = "std" , not( no_core_net) ) ) ]
1587
1587
macro_rules! parse_ip_impl {
1588
1588
(
1589
- $( #[ $attr: meta] ) *
1590
1589
$ty: ty, $expecting: expr, $size: tt
1591
1590
) => {
1592
- $( #[ $attr] ) *
1593
1591
impl <' de> Deserialize <' de> for $ty {
1594
1592
fn deserialize<D >( deserializer: D ) -> Result <Self , D :: Error >
1595
1593
where
@@ -1749,11 +1747,9 @@ parse_ip_impl! {
1749
1747
#[ cfg( any( feature = "std" , not( no_core_net) ) ) ]
1750
1748
macro_rules! parse_socket_impl {
1751
1749
(
1752
- $( #[ $attr: meta] ) *
1753
1750
$ty: ty, $expecting: tt,
1754
1751
$new: expr,
1755
1752
) => {
1756
- $( #[ $attr] ) *
1757
1753
impl <' de> Deserialize <' de> for $ty {
1758
1754
fn deserialize<D >( deserializer: D ) -> Result <Self , D :: Error >
1759
1755
where
You can’t perform that action at this time.
0 commit comments