diff options
Diffstat (limited to 'tvix/castore/src/path.rs')
-rw-r--r-- | tvix/castore/src/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore/src/path.rs b/tvix/castore/src/path.rs index 77cabeccdb8c..fb340478c08c 100644 --- a/tvix/castore/src/path.rs +++ b/tvix/castore/src/path.rs @@ -10,7 +10,7 @@ use std::{ use bstr::ByteSlice; -use crate::directoryservice::Directory; +use crate::Directory; /// Represents a Path in the castore model. /// These are always relative, and platform-independent, which distinguishes |