From 2a601d26a8ce4aa762bcad60e8c2f3fd35284b7a Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 30 Jun 2023 16:28:22 +0200 Subject: docs(tvix/store/fuse/inodes): clippy lint Change-Id: I7b1bcb9c0cca76f05271f25912d26b14152fe0c4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8887 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: tazjin --- tvix/store/src/fuse/inodes.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tvix') diff --git a/tvix/store/src/fuse/inodes.rs b/tvix/store/src/fuse/inodes.rs index c16509f424..78756472be 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)] -- cgit 1.4.1