Remove impl of std::error::Error for SignatureError.

We're now aliasing SignatureError to the error type from the signature
crate.
This commit is contained in:
Isis Lovecruft 2020-07-14 00:37:51 +00:00
parent 33bb760ea8
commit 97787d3716
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

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