Skip to content

Commit

Permalink
Add errors.rs from Fiono11-simplpedpop
Browse files Browse the repository at this point in the history
  • Loading branch information
burdges committed May 1, 2024
1 parent fb3a93c commit 8894a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl failure::Fail for SignatureError {}
#[cfg(feature = "serde")]
pub fn serde_error_from_signature_error<E>(err: SignatureError) -> E
where
E: serde_crate::de::Error,
E: serde::de::Error,
{
E::custom(err)
}

0 comments on commit 8894a37

Please sign in to comment.