mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-23 14:06:56 +01:00
chore: clippy
This commit is contained in:
@@ -64,7 +64,7 @@ impl TryFrom<&PublicKey> for VerifyingKey {
|
||||
#[cfg(feature = "nut11")]
|
||||
impl From<VerifyingKey> for PublicKey {
|
||||
fn from(value: VerifyingKey) -> PublicKey {
|
||||
PublicKey(value.try_into().unwrap())
|
||||
PublicKey(value.into())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user