summaryrefslogtreecommitdiff
path: root/src/ops/dir.rs
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-01-04 06:49:48 -0600
committerAlejandro Soto <alejandro@34project.org>2022-01-04 06:49:52 -0600
commit70baa472b2bee69f205cc1aada304d597b858005 (patch)
tree7a0b1a0381b68fe0e091b87d00634ff13568bf6d /src/ops/dir.rs
parent1955ec118a32d3fa174496abe5442c82c609273a (diff)
Move crate::fuse::* to the top-level
Diffstat (limited to '')
-rw-r--r--src/ops/dir.rs (renamed from src/fuse/ops/dir.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuse/ops/dir.rs b/src/ops/dir.rs
index 76267ec..cb3a4f7 100644
--- a/src/fuse/ops/dir.rs
+++ b/src/ops/dir.rs
@@ -5,7 +5,7 @@ use std::{
os::unix::ffi::OsStrExt,
};
-use crate::fuse::{
+use crate::{
io::{Entry, EntryType, Interruptible, Known, Stat},
private_trait::Sealed,
Done, Operation, Reply, Request,