docs(tvix/store): fix reference
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>
This commit is contained in:
parent
5bee6c6be0
commit
3fc4d295d5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue