From 3fc4d295d5f343f1b50102617ca89e1e442c4f11 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 21 Dec 2023 17:30:23 +0200 Subject: docs(tvix/store): fix reference Change-Id: If1970cb8eb9a21c30011c9303f2fcbff646ad12b Reviewed-on: https://cl.tvl.fyi/c/depot/+/10400 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: edef --- tvix/store/src/proto/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix') 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 { -- cgit 1.4.1