refactor(nix-compat/narinfo/signature): rename Error type

Just call this Error, we can infer from the package what error this is.

Change-Id: I5df25d2873ec739c49c08804f35562c84c222e06
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10149
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2023-11-27 17:17:29 +02:00 committed by flokli
parent 7e8719be91
commit e7a86273b1
2 changed files with 7 additions and 9 deletions

View file

@ -31,7 +31,7 @@ mod signature;
pub use fingerprint::fingerprint;
pub use signature::{Signature, SignatureError};
pub use signature::{Error as SignatureError, Signature};
#[derive(Debug)]
pub struct NarInfo<'a> {