system-config-api: cleanup: remove useless serde rename property

This commit is contained in:
Dietmar Maurer 2024-05-10 11:15:12 +02:00
parent a4de726601
commit c101194f5a

View File

@ -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,