Skip to content

Commit 03fa1e2

Browse files
committed
Fix windows dead code
1 parent 59401e1 commit 03fa1e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pinger/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use thiserror::Error;
2828

2929
#[cfg(unix)]
3030
pub mod linux;
31-
#[cfg(target_os = "macos")]
31+
#[cfg(unix)]
3232
pub mod macos;
3333
#[cfg(windows)]
3434
pub mod windows;

0 commit comments

Comments
 (0)