Skip to content

Commit 61118ea

Browse files
committed
Fix compiling for Windows
1 parent 4216e2b commit 61118ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/logger.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ fn create_config(path: &Option<PathBuf>, level: LevelFilter) -> Fallible<Config>
6464

6565
let mut root_builder = Root::builder();
6666
if let Some(path) = path {
67-
#[cfg(any(target_os = "linux", target_os = "macos"))]
6867
let path = shellexpand::tilde(&path.to_string_lossy()).to_string();
6968

7069
// Ensure log file writable.

0 commit comments

Comments
 (0)