summaryrefslogtreecommitdiff
path: root/src/io.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/io.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/io.rs b/src/io.rs
index 9ec3214..5bcd6e7 100644
--- a/src/io.rs
+++ b/src/io.rs
@@ -1,5 +1,5 @@
use bytemuck::Zeroable;
-use nix::{errno::Errno, sys::stat::SFlag};
+use nix::sys::stat::SFlag;
use std::{
convert::Infallible,
@@ -9,7 +9,7 @@ use std::{
};
use super::{Done, Operation, Reply, Request};
-use crate::{proto, FuseResult, Ino, Timestamp, Ttl};
+use crate::{proto, Errno, FuseResult, Ino, Timestamp, Ttl};
#[doc(no_inline)]
pub use nix::{