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:
parent
7e8719be91
commit
e7a86273b1
2 changed files with 7 additions and 9 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue