diff --git a/src/config.rs b/src/config.rs index 79123bce..677e4e05 100644 --- a/src/config.rs +++ b/src/config.rs @@ -328,6 +328,7 @@ impl Config { } /// Extra Tmux arguments + #[allow(dead_code)] pub fn tmux_arguments(&self) -> &Option { &self.config_file.tmux_arguments }