Skip to content

Commit

Permalink
feat(#77): dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 8, 2024
1 parent fbd0b59 commit baaf8bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/sys/current_port.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ mod tests {
Ok(())
}

#[cfg_attr(target_os = "windows", allow(dead_code))]
fn kill(port: usize) {
std::process::Command::new("sh")
.arg("-c")
Expand Down

0 comments on commit baaf8bb

Please sign in to comment.