From f88b86556fd3ba782f96dd1a7095b30f04a419ed Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sat, 25 May 2024 22:24:39 +0800 Subject: [PATCH] .. --- yazi-config/src/theme/icons.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yazi-config/src/theme/icons.rs b/yazi-config/src/theme/icons.rs index d5f2cd65..1fd09ea8 100644 --- a/yazi-config/src/theme/icons.rs +++ b/yazi-config/src/theme/icons.rs @@ -92,6 +92,7 @@ impl<'de> Deserialize<'de> for Icons { name: Pattern, text: String, fg_dark: Option, + #[allow(dead_code)] fg_light: Option, } #[derive(Deserialize)] @@ -99,6 +100,7 @@ impl<'de> Deserialize<'de> for Icons { name: String, text: String, fg_dark: Option, + #[allow(dead_code)] fg_light: Option, } #[derive(Deserialize)] @@ -106,6 +108,7 @@ impl<'de> Deserialize<'de> for Icons { cond: Condition, text: String, fg_dark: Option, + #[allow(dead_code)] fg_light: Option, }