mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Remove unsafe trait impls.
This commit is contained in:
parent
7243d7151d
commit
d3a5b3bd81
1 changed files with 0 additions and 3 deletions
|
|
@ -45,9 +45,6 @@ pub(crate) enum InternalError {
|
||||||
PrehashedContextLengthError,
|
PrehashedContextLengthError,
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Send for InternalError {}
|
|
||||||
unsafe impl Sync for InternalError {}
|
|
||||||
|
|
||||||
impl Display for InternalError {
|
impl Display for InternalError {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||||
match *self {
|
match *self {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue