Skip to content

Commit ebea949

Browse files
committed
FIX: remove unused import
Signed-off-by: AidCheng <cn.aiden.cheng@gmail.com>
1 parent 64e4f86 commit ebea949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scorpio/src/antares/fuse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use libfuse_fs::{
66
};
77
use tokio::task::JoinHandle;
88

9-
use crate::server::{mount_filesystem, mount_filesystem_with_antares_cache};
9+
use crate::server::{mount_filesystem_with_antares_cache};
1010

1111
/// Antares union-fs wrapper: dicfuse lower + passthrough upper/CL.
1212
pub struct AntaresFuse {

0 commit comments

Comments
 (0)