Skip to content

Commit f0f3b23

Browse files
committed
Fix windows dead code
1 parent 2a03387 commit f0f3b23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pinger/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pub mod macos;
3333
#[cfg(windows)]
3434
pub mod windows;
3535

36+
#[cfg(unix)]
3637
mod bsd;
3738
#[cfg(feature = "fake-ping")]
3839
mod fake;

0 commit comments

Comments
 (0)