style(config): remove useless TODO comment

This commit is contained in:
Federico Terzi 2021-04-30 17:07:20 +02:00
parent 42ff9b5928
commit 905f67e668

View File

@ -193,7 +193,7 @@ pub struct LegacyConfig {
pub config_caching_interval: i32,
#[serde(default = "default_word_separators")]
pub word_separators: Vec<char>, // TODO: add parsing test
pub word_separators: Vec<char>,
#[serde(default = "default_toggle_key")]
pub toggle_key: KeyModifier,