Fix type errors in ecfs.rs and apply clippy fixes for Rust 1.92.0 (#1121)

This commit is contained in:
houseme
2025-12-12 00:49:21 +08:00
committed by GitHub
parent cb3e496b17
commit 9e2fa148ee
5 changed files with 18 additions and 17 deletions
-1
View File
@@ -16,7 +16,6 @@
use std::hash::{Hash, Hasher};
use std::io::{self};
use std::path::PathBuf;
use tracing::error;
pub type Error = DiskError;
pub type Result<T> = core::result::Result<T, Error>;