diff options
| author | Alejandro Soto <alejandro@34project.org> | 2021-12-28 22:04:10 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2021-12-28 22:05:11 -0600 |
| commit | 808d7b000bd02d8238ba7b0f1d6800428de661ef (patch) | |
| tree | f3bc863e08175e541ff19b4fb67175dc765e1926 /src/fuse/io.rs | |
| parent | 982b2d03231b3e5abfb94445b1dec981000ffb17 (diff) | |
Add Ttl::NULL
Diffstat (limited to 'src/fuse/io.rs')
| -rw-r--r-- | src/fuse/io.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuse/io.rs b/src/fuse/io.rs index e3938d6..47df045 100644 --- a/src/fuse/io.rs +++ b/src/fuse/io.rs @@ -7,7 +7,7 @@ use std::{ ops::{ControlFlow, FromResidual, Try}, }; -use crate::{proto, FuseResult, Ino, Ttl, Timestamp}; +use crate::{proto, FuseResult, Ino, Timestamp, Ttl}; use super::{Done, Operation, Reply, Request}; |
