Skip to content

Commit

Permalink
ssh-key: fixup EcdsaPrivateKey Debug impl (RustCrypto#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Apr 12, 2024
1 parent bed4f1c commit 13b4d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh-key/src/private/ecdsa.rs
Expand Up @@ -95,7 +95,7 @@ impl<const SIZE: usize> Eq for EcdsaPrivateKey<SIZE> {}

impl<const SIZE: usize> fmt::Debug for EcdsaPrivateKey<SIZE> {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
f.debug_struct("Ed25519PrivateKey").finish_non_exhaustive()
f.debug_struct("EcdsaPrivateKey").finish_non_exhaustive()
}
}

Expand Down

0 comments on commit 13b4d93

Please sign in to comment.