From 2ac3a6398d8016da7d70f09565b9eb2a191e2ddd Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 9 Dec 2021 12:27:59 +0100 Subject: [PATCH] Remove unused type --- src/common.rs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/common.rs b/src/common.rs index e59beba..72851c4 100644 --- a/src/common.rs +++ b/src/common.rs @@ -119,17 +119,6 @@ impl HostAddr { } } -/// The <host> type for host transactions -#[derive(Serialize, Deserialize, Debug)] -pub struct Host { - /// The <hostName> tag - #[serde(rename = "host:name", alias = "name")] - pub name: StringValue, - /// The <hostAddr> tags - #[serde(rename = "host:addr", alias = "addr")] - pub addresses: Option>, -} - /// The <hostAttr> type for domain transactions #[derive(Serialize, Deserialize, Debug)] pub struct HostAttr {