Fix dead code in Windows

This commit is contained in:
Roey Darwish Dror
2020-02-13 15:21:20 +02:00
parent a81aa555a8
commit a08cb4c63d

View File

@@ -328,6 +328,7 @@ impl Config {
}
/// Extra Tmux arguments
#[allow(dead_code)]
pub fn tmux_arguments(&self) -> &Option<String> {
&self.config_file.tmux_arguments
}