mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
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:
parent
33bb760ea8
commit
97787d3716
1 changed files with 0 additions and 3 deletions
|
|
@ -93,6 +93,3 @@ impl From<InternalError> for SignatureError {
|
|||
SignatureError::from_source(err)
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
impl Error for SignatureError { }
|
||||
|
|
|
|||
Loading…
Reference in a new issue