Remove an unused import in main.rs

This commit is contained in:
2025-12-23 08:57:43 +01:00
parent 0ac363e203
commit 976bd688b0

View File

@@ -6,7 +6,6 @@
use std::{ use std::{
env, env,
error::Error,
fs::File, fs::File,
io::{self, Read}, io::{self, Read},
sync::Arc, sync::Arc,