style(config): remove useless TODO comment
This commit is contained in:
parent
42ff9b5928
commit
905f67e668
|
@ -193,7 +193,7 @@ pub struct LegacyConfig {
|
||||||
pub config_caching_interval: i32,
|
pub config_caching_interval: i32,
|
||||||
|
|
||||||
#[serde(default = "default_word_separators")]
|
#[serde(default = "default_word_separators")]
|
||||||
pub word_separators: Vec<char>, // TODO: add parsing test
|
pub word_separators: Vec<char>,
|
||||||
|
|
||||||
#[serde(default = "default_toggle_key")]
|
#[serde(default = "default_toggle_key")]
|
||||||
pub toggle_key: KeyModifier,
|
pub toggle_key: KeyModifier,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user