Skip to content

Commit

Permalink
feat(#129): allow dead_code on win
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4175c36 commit ef72b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/tests/integration_test.rs
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ mod tests {
Ok(())
}

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

0 comments on commit ef72b9b

Please sign in to comment.