From 9044dbcec361ab921d618965f547437da4097bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Palenica?= Date: Tue, 13 Jul 2021 23:31:16 -0700 Subject: [PATCH] small touchups --- zellij-server/src/lib.rs | 1 - zellij-tile/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/zellij-server/src/lib.rs b/zellij-server/src/lib.rs index 853f35a0..b8cbbc5d 100644 --- a/zellij-server/src/lib.rs +++ b/zellij-server/src/lib.rs @@ -117,7 +117,6 @@ pub(crate) enum SessionState { pub fn start_server(os_input: Box, socket_path: PathBuf) { info!("starts server"); - #[cfg(not(any(feature = "test", test)))] daemonize::Daemonize::new() .working_directory(std::env::current_dir().unwrap()) .umask(0o077) diff --git a/zellij-tile/Cargo.toml b/zellij-tile/Cargo.toml index 3ae62576..b0c18ff2 100644 --- a/zellij-tile/Cargo.toml +++ b/zellij-tile/Cargo.toml @@ -10,4 +10,4 @@ license = "MIT" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strum = "0.20.0" -strum_macros = "0.20.0" \ No newline at end of file +strum_macros = "0.20.0"