From 2f20f95d33c95719368ec44f2f4fe48b4737807c Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 18 Aug 2024 21:26:16 +0200 Subject: [PATCH] removed incomplete doccomment --- osdpctl/src/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/osdpctl/src/config.rs b/osdpctl/src/config.rs index 5dfd49a..57f0a55 100644 --- a/osdpctl/src/config.rs +++ b/osdpctl/src/config.rs @@ -259,7 +259,6 @@ impl PdConfig { } } -/// Configuration for the #[derive(Clone, Debug, PartialEq, Eq, Hash)] pub enum DeviceConfig { CpConfig(CpConfig),