about summary refs log tree commit diff
path: root/tvix/store/src/proto/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/src/proto/mod.rs')
-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 {