summaryrefslogtreecommitdiff
path: root/src/ops/dir.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ops/dir.rs')
-rw-r--r--src/ops/dir.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ops/dir.rs b/src/ops/dir.rs
index 210c13a..4b075eb 100644
--- a/src/ops/dir.rs
+++ b/src/ops/dir.rs
@@ -6,9 +6,10 @@ use std::{
};
use crate::{
- io::{Entry, EntryType, Interruptible, Known, Stat},
+ io::{Entry, EntryType, Ino, Interruptible, Known, Stat, Ttl},
+ proto,
sealed::Sealed,
- Done, Operation, Reply, Request,
+ Done, Errno, Operation, Reply, Request,
};
use super::{
@@ -20,7 +21,6 @@ use super::{
FromRequest,
};
-use crate::{proto, Errno, Ino, Ttl};
use bytemuck::{bytes_of, Zeroable};
use bytes::BufMut;
use nix::sys::stat::SFlag;