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/inode.rs | |
| parent | 0a2e549bb30b93158af2e301ad46b134fd595e31 (diff) | |
Rename private_trait as sealed
Diffstat (limited to 'src/ops/inode.rs')
| -rw-r--r-- | src/ops/inode.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ops/inode.rs b/src/ops/inode.rs index 8f155e6..15e3854 100644 --- a/src/ops/inode.rs +++ b/src/ops/inode.rs @@ -1,5 +1,5 @@ use super::traits::{ReplyOk, RequestHandle}; -use crate::{io::Stat, private_trait::Sealed, proto, Done, Ino, Operation, Reply, Request}; +use crate::{io::Stat, proto, sealed::Sealed, Done, Ino, Operation, Reply, Request}; pub enum Forget {} pub enum Getattr {} |
