mirror of
https://github.com/dalek-cryptography/ed25519-dalek.git
synced 2026-01-10 11:37:58 -05:00
Remove unsafe trait impls.
This commit is contained in:
@@ -45,9 +45,6 @@ pub(crate) enum InternalError {
|
||||
PrehashedContextLengthError,
|
||||
}
|
||||
|
||||
unsafe impl Send for InternalError {}
|
||||
unsafe impl Sync for InternalError {}
|
||||
|
||||
impl Display for InternalError {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
match *self {
|
||||
|
||||
Reference in New Issue
Block a user