diff options
-rw-r--r-- | tvix/store/src/fuse/inodes.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/store/src/fuse/inodes.rs b/tvix/store/src/fuse/inodes.rs index c16509f424dd..78756472be20 100644 --- a/tvix/store/src/fuse/inodes.rs +++ b/tvix/store/src/fuse/inodes.rs @@ -1,5 +1,5 @@ -///! This module contains all the data structures used to track information -///! about inodes, which present tvix-store nodes in a filesystem. +//! This module contains all the data structures used to track information +//! about inodes, which present tvix-store nodes in a filesystem. use crate::{proto, B3Digest}; #[derive(Clone, Debug)] |