diff options
author | Florian Klink <flokli@flokli.de> | 2023-12-21T15·30+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-21T16·43+0000 |
commit | 3fc4d295d5f343f1b50102617ca89e1e442c4f11 (patch) | |
tree | 6fc7ec570024a2ed1ded50aec6bbd1cddee39d4d | |
parent | 5bee6c6be0a075064c822ac3285bebe15de826a9 (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>
-rw-r--r-- | tvix/store/src/proto/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/proto/mod.rs b/tvix/store/src/proto/mod.rs index fb8e172a6c37..665da8c6c58f 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 { |