This commit is contained in:
weisd
2024-12-28 22:41:51 +08:00
parent 5e131c9b49
commit 7e4112a912
5 changed files with 5 additions and 8 deletions
-1
View File
@@ -1,4 +1,3 @@
use crate::config::error::ConfigError;
use crate::{disk::error::DiskError, error::Error};
use std::{collections::HashMap, fmt::Debug};
// pub type CheckErrorFn = fn(e: &Error) -> bool;