From c101194f5ab3c59522998cd2abcadf9f71e8c516 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 10 May 2024 11:15:12 +0200 Subject: [PATCH] system-config-api: cleanup: remove useless serde rename property --- proxmox-system-config-api/src/network/api_types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/proxmox-system-config-api/src/network/api_types.rs b/proxmox-system-config-api/src/network/api_types.rs index 046df22c..54a51569 100644 --- a/proxmox-system-config-api/src/network/api_types.rs +++ b/proxmox-system-config-api/src/network/api_types.rs @@ -267,7 +267,6 @@ pub const NETWORK_INTERFACE_LIST_SCHEMA: Schema = /// Network Interface configuration pub struct Interface { /// Autostart interface - #[serde(rename = "autostart")] pub autostart: bool, /// Interface is active (UP) pub active: bool,