diff --git a/src/utils.rs b/src/utils.rs index 48f1cc2..25337dc 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,4 +1,4 @@ -use std::{fs, fs::File, io::Write, thread}; +use std::{fs::File, io::Write, thread}; use std::path::PathBuf; use std::process::Command; use std::sync::Arc;