Skip to content

Commit

Permalink
chore: fix warning on windows
Browse files Browse the repository at this point in the history
This `use` was unused.

<!-- ps-id: d3fa8e55-c7f1-4d2b-a0b2-8aec33e89a82 -->

Signed-off-by: Drew De Ponte <cyphactor@gmail.com>
  • Loading branch information
Alizter authored and drewdeponte committed Dec 5, 2023
1 parent 3723b27 commit 9dfa215
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ps/private/utils/execute.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use std::io::{self, Write};
#[cfg(target_family = "unix")]
use std::os::unix::process::ExitStatusExt;
#[cfg(target_family = "windows")]
use std::os::windows::process::ExitStatusExt;
use std::process::{Command, ExitStatus, Output, Stdio};
use std::result::Result;

Expand Down

0 comments on commit 9dfa215

Please sign in to comment.