From a0eb025cecb38598ddfb43ec7819db48a8c74c03 Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Tue, 4 Mar 2025 08:39:47 -0800 Subject: [PATCH] fix(bar): add opt schemars derive on test case --- komorebi-bar/src/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/komorebi-bar/src/config.rs b/komorebi-bar/src/config.rs index 7d505cbe..3511c645 100644 --- a/komorebi-bar/src/config.rs +++ b/komorebi-bar/src/config.rs @@ -478,6 +478,7 @@ mod tests { use serde_json::json; #[derive(Copy, Clone, Debug, Serialize, Deserialize, PartialEq)] + #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] pub enum OriginalDisplayFormat { /// Show None Of The Things NoneOfTheThings,