Fix warnings

This commit is contained in:
bjorn3 2023-02-19 17:11:28 +00:00
parent c794dc7255
commit b08762493c
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
use std::env;
#[cfg(unix)]
use std::os::unix::process::CommandExt;
use std::path::PathBuf;
use std::process::Command;
fn main() {

View File

@ -2,7 +2,6 @@ use std::env;
use std::ffi::OsString;
#[cfg(unix)]
use std::os::unix::process::CommandExt;
use std::path::PathBuf;
use std::process::Command;
fn main() {