mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-21 17:24:51 -05:00
[O] Fix unused warning on non-windows
This commit is contained in:
parent
533de96e80
commit
6cfc337d83
|
|
@ -2,7 +2,9 @@ use std::borrow::Cow;
|
|||
use std::ffi::OsStr;
|
||||
#[cfg(feature = "macchina")]
|
||||
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::process::Command;
|
||||
use std::sync::OnceLock;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user