diff --git a/crates/hyfetch/src/neofetch_util.rs b/crates/hyfetch/src/neofetch_util.rs index c715aaf7..47869321 100644 --- a/crates/hyfetch/src/neofetch_util.rs +++ b/crates/hyfetch/src/neofetch_util.rs @@ -3,8 +3,6 @@ use std::ffi::OsStr; #[cfg(feature = "macchina")] use std::fs; use std::io::{Write as _}; -#[cfg(windows)] -use std::io::{self}; use std::path::PathBuf; use std::process::Command; use std::sync::OnceLock;