From 58b85cd77338bfc5a35fa39e10598cadb27eee32 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Thu, 30 Jan 2025 23:39:40 -0600 Subject: Remove some unused imports but not all of them --- src/util.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util.rs') diff --git a/src/util.rs b/src/util.rs index 8d35fb9..af960bd 100644 --- a/src/util.rs +++ b/src/util.rs @@ -8,7 +8,6 @@ use sha1_smol::{Digest, Sha1}; use tokio::fs::File; use tokio::{fs, io}; use tokio::io::{AsyncReadExt, AsyncWriteExt}; -use crate::util; const PKG_NAME: &str = env!("CARGO_PKG_NAME"); const PKG_VERSION: &str = env!("CARGO_PKG_VERSION"); -- cgit v1.2.3-70-g09d2