From 905f67e668b22ec3975d414e169b486e64cc9ed3 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Fri, 30 Apr 2021 17:07:20 +0200 Subject: [PATCH] style(config): remove useless TODO comment --- espanso-config/src/legacy/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espanso-config/src/legacy/config.rs b/espanso-config/src/legacy/config.rs index b6553c3..782852f 100644 --- a/espanso-config/src/legacy/config.rs +++ b/espanso-config/src/legacy/config.rs @@ -193,7 +193,7 @@ pub struct LegacyConfig { pub config_caching_interval: i32, #[serde(default = "default_word_separators")] - pub word_separators: Vec, // TODO: add parsing test + pub word_separators: Vec, #[serde(default = "default_toggle_key")] pub toggle_key: KeyModifier,