From 57d7c960fe313c68cb74d13a7d1838cea109235c Mon Sep 17 00:00:00 2001 From: Rascal <30204467+rabbit-time@users.noreply.github.com> Date: Thu, 21 May 2026 16:54:06 -0500 Subject: [PATCH] Remove untagged attribute from ScopedIp --- src/dns_parser.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dns_parser.rs b/src/dns_parser.rs index 9e5ad3f..d85dbf2 100644 --- a/src/dns_parser.rs +++ b/src/dns_parser.rs @@ -124,7 +124,6 @@ impl ScopedIpV6 { /// An IP address, either IPv4 or IPv6, that supports scope_id for IPv6. #[derive(Debug, Clone, Eq, PartialEq, Hash)] #[cfg_attr(feature = "serde", derive(Deserialize, Serialize))] -#[cfg_attr(feature = "serde", serde(untagged))] #[non_exhaustive] pub enum ScopedIp { V4(ScopedIpV4),