remove unused imports in main.rs

This commit is contained in:
2025-12-23 20:04:14 +01:00
parent 8ed4845d58
commit 96c2cbf7ae

View File

@@ -4,13 +4,7 @@
// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) // This file is part of TRVE (https://gitea.taitep.se/taitep/trve)
// See LICENSE file in the project root for full license text. // See LICENSE file in the project root for full license text.
use std::{ use std::{env, sync::Arc, time::Duration};
env,
fs::File,
io::{self, Read},
sync::Arc,
time::Duration,
};
use trve::{ use trve::{
consts::{Byte, DWord, HWord, Word}, consts::{Byte, DWord, HWord, Word},