[O] Fix unused warning on non-windows
This commit is contained in:
parent
533de96e80
commit
6cfc337d83
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@ use std::borrow::Cow;
|
||||||
use std::ffi::OsStr;
|
use std::ffi::OsStr;
|
||||||
#[cfg(feature = "macchina")]
|
#[cfg(feature = "macchina")]
|
||||||
use std::fs;
|
use std::fs;
|
||||||
use std::io::{self, Write as _};
|
use std::io::{Write as _};
|
||||||
|
#[cfg(windows)]
|
||||||
|
use std::io::{self};
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
use std::sync::OnceLock;
|
use std::sync::OnceLock;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue