about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-03-27T08·17+0200
committerclbot <clbot@tvl.fyi>2023-03-27T08·44+0000
commit93f3964cbcbeb859a91714671bf0b87fb3b82a06 (patch)
treef6d2e6c740c7f595de6590d9bc770bd3cca55cc8
parentbde10682a5cfca0a1883d22115b1292bb69a5bab (diff)
docs(tvix/store/blobreader): fix docstring r/6042
Change-Id: Ia8ce1dd1663663903b9f60feada12e6a16fb4af2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8353
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
-rw-r--r--tvix/store/src/blobreader.rs2
1 files changed, 1 insertions, 1 deletions
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<usize> of the bytes read from the chunk.
+    /// Returns a [std::io::Result<usize>] of the bytes read from the chunk.
     fn read_from_current_chunk<W: std::io::Write>(
         &mut self,
         m: usize,