From a08cb4c63da7526b212914b55a4d07932495a10f Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Thu, 13 Feb 2020 15:21:20 +0200 Subject: [PATCH] Fix dead code in Windows --- src/config.rs | 1 + 1 file changed, 1 insertion(+) 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 }