From 783a1e314caa6345ab3efbfc878b7362f1e0e01b Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 21 Dec 2023 17:32:02 +0200 Subject: docs(tvix/castore): fix reference Change-Id: I00b1d56d58c4d3779b57ab0056cff1c7e6053b9b Reviewed-on: https://cl.tvl.fyi/c/depot/+/10401 Autosubmit: flokli Reviewed-by: edef Tested-by: BuildkiteCI --- tvix/castore/src/directoryservice/mod.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tvix') diff --git a/tvix/castore/src/directoryservice/mod.rs b/tvix/castore/src/directoryservice/mod.rs index d6350d48c0..a82c4d785d 100644 --- a/tvix/castore/src/directoryservice/mod.rs +++ b/tvix/castore/src/directoryservice/mod.rs @@ -57,9 +57,10 @@ pub trait DirectoryService: Send + Sync { /// leaves. Once the root is reached, [DirectoryPutter::close] can be called to /// retrieve the root digest (or an error). /// -/// DirectoryPutters might be created without a single [put], and then dropped -/// without calling [close], for example when ingesting a path that ends up not -/// pointing to a directory, but a single file or symlink. +/// DirectoryPutters might be created without a single [DirectoryPutter::put], +/// and then dropped without calling [DirectoryPutter::close], +/// for example when ingesting a path that ends up not pointing to a directory, +/// but a single file or symlink. #[async_trait] pub trait DirectoryPutter: Send { /// Put a individual [proto::Directory] into the store. -- cgit 1.4.1