From 06458bd03ad41d55f75ca6fa8ac2fab392b84992 Mon Sep 17 00:00:00 2001 From: ykong1337 Date: Tue, 27 Jun 2023 16:59:14 +0800 Subject: [PATCH] remove use --- src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;