diff options
author | Florian Klink <flokli@flokli.de> | 2023-06-30T14·28+0200 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-07-02T11·18+0000 |
commit | 2a601d26a8ce4aa762bcad60e8c2f3fd35284b7a (patch) | |
tree | 7c2dc88339863ed774d7d69f719fd21b3b0e054c /tvix | |
parent | bfeef06d5dbeaa37ed523a55bb9f1b2a6eb73f4c (diff) |
docs(tvix/store/fuse/inodes): clippy lint r/6384
Change-Id: I7b1bcb9c0cca76f05271f25912d26b14152fe0c4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8887 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tvix')
-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)] |