We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fb134 commit 4c0dd63Copy full SHA for 4c0dd63
serde/src/de/impls.rs
@@ -1586,10 +1586,8 @@ map_impl! {
1586
#[cfg(any(feature = "std", not(no_core_net)))]
1587
macro_rules! parse_ip_impl {
1588
(
1589
- $(#[$attr:meta])*
1590
$ty:ty, $expecting:expr, $size:tt
1591
) => {
1592
- $(#[$attr])*
1593
impl<'de> Deserialize<'de> for $ty {
1594
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
1595
where
@@ -1749,11 +1747,9 @@ parse_ip_impl! {
1749
1747
1750
1748
macro_rules! parse_socket_impl {
1751
1752
1753
$ty:ty, $expecting:tt,
1754
$new:expr,
1755
1756
1757
1758
1759
0 commit comments