We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e4f86 commit ebea949Copy full SHA for ebea949
1 file changed
scorpio/src/antares/fuse.rs
@@ -6,7 +6,7 @@ use libfuse_fs::{
6
};
7
use tokio::task::JoinHandle;
8
9
-use crate::server::{mount_filesystem, mount_filesystem_with_antares_cache};
+use crate::server::{mount_filesystem_with_antares_cache};
10
11
/// Antares union-fs wrapper: dicfuse lower + passthrough upper/CL.
12
pub struct AntaresFuse {
0 commit comments