about summary refs log tree commit diff
path: root/tvix/store/src/proto/mod.rs
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-21T15·30+0200
committerclbot <clbot@tvl.fyi>2023-12-21T16·43+0000
commit3fc4d295d5f343f1b50102617ca89e1e442c4f11 (patch)
tree6fc7ec570024a2ed1ded50aec6bbd1cddee39d4d /tvix/store/src/proto/mod.rs
parent5bee6c6be0a075064c822ac3285bebe15de826a9 (diff)
docs(tvix/store): fix reference r/7246
Change-Id: If1970cb8eb9a21c30011c9303f2fcbff646ad12b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10400
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
Diffstat (limited to '')
-rw-r--r--tvix/store/src/proto/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/proto/mod.rs b/tvix/store/src/proto/mod.rs
index fb8e172a6c..665da8c6c5 100644
--- a/tvix/store/src/proto/mod.rs
+++ b/tvix/store/src/proto/mod.rs
@@ -238,7 +238,7 @@ impl PathInfo {
     }
 }
 
-/// Errors that can occur when converting from a [&nar_info::Ca] to a (stricter)
+/// Errors that can occur when converting from a [nar_info::Ca] to a (stricter)
 /// [nix_compat::nixhash::CAHash].
 #[derive(Debug, Error, PartialEq)]
 pub enum ConvertCAError {