diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-01-08 04:46:50 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-01-08 04:46:50 -0600 |
| commit | c50a3d09120ee4a0eefa8269eaf53350428f242c (patch) | |
| tree | 0a8c4e56aaaeb60f54dbbae16df332960ea36aa2 /src/ops/xattr.rs | |
| parent | 0a2e549bb30b93158af2e301ad46b134fd595e31 (diff) | |
Rename private_trait as sealed
Diffstat (limited to 'src/ops/xattr.rs')
| -rw-r--r-- | src/ops/xattr.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ops/xattr.rs b/src/ops/xattr.rs index ee26cff..204edf1 100644 --- a/src/ops/xattr.rs +++ b/src/ops/xattr.rs @@ -1,12 +1,9 @@ -use crate::{ - private_trait::Sealed, proto, util::OutputChain, Done, Errno, Operation, Reply, Request, -}; - use super::{ c_to_os, traits::{ReplyGather, ReplyNotFound, ReplyOk, RequestData, RequestName, RequestSize}, }; +use crate::{proto, sealed::Sealed, util::OutputChain, Done, Errno, Operation, Reply, Request}; use std::ffi::{CStr, OsStr}; pub enum Setxattr {} |
