Skip to content

Commit

Permalink
Revert "Add missing Command import"
Browse files Browse the repository at this point in the history
This reverts commit c910278.
  • Loading branch information
hybras committed Mar 3, 2021
1 parent b2a79f6 commit 7ff85da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mod windows {
use std::ffi::OsStr;
use std::io;
use std::os::windows::{ffi::OsStrExt, process::ExitStatusExt};
use std::process::{Command, ExitStatus};
use std::process::ExitStatus;
use std::ptr;

use winapi::ctypes::c_int;
Expand Down

0 comments on commit 7ff85da

Please sign in to comment.