Skip to content

Commit

Permalink
ed25519-dalek: clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Sep 30, 2024
1 parent 3b21376 commit b5b0140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ed25519-dalek/src/signing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ impl<'d> Deserialize<'d> for SigningKey {
));
}

SigningKey::try_from(bytes).map_err(serde::de::Error::custom)
Ok(SigningKey::from(bytes))
}
}

Expand Down

0 comments on commit b5b0140

Please sign in to comment.