Impl std::error::Error for SignatureError.

This commit is contained in:
Isis Lovecruft 2020-07-13 23:19:55 +00:00
parent 3a9435df94
commit f1d8576f12
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -93,3 +93,6 @@ impl From<InternalError> for SignatureError {
SignatureError::from_source(err)
}
}
#[cfg(feature = "std")]
impl Error for SignatureError { }