From 93f3964cbcbeb859a91714671bf0b87fb3b82a06 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 27 Mar 2023 10:17:21 +0200 Subject: docs(tvix/store/blobreader): fix docstring Change-Id: Ia8ce1dd1663663903b9f60feada12e6a16fb4af2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8353 Reviewed-by: tazjin Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/store/src/blobreader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvix/store/src/blobreader.rs b/tvix/store/src/blobreader.rs index 4733a29a36..ff0efdf152 100644 --- a/tvix/store/src/blobreader.rs +++ b/tvix/store/src/blobreader.rs @@ -33,7 +33,7 @@ impl<'a, CS: ChunkService> BlobReader<'a, CS> { /// a chunk). /// /// If it arrives at the end of the chunk, sets it back to None. - /// Returns a io::Result of the bytes read from the chunk. + /// Returns a [std::io::Result] of the bytes read from the chunk. fn read_from_current_chunk( &mut self, m: usize, -- cgit 1.4.1