We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb9e8b commit dfee46dCopy full SHA for dfee46d
common/src/dcc_identity.rs
@@ -27,6 +27,7 @@ const ED25519_PEM_SIGNING_KEY_TAG: &str = "PRIVATE KEY";
27
// const SECP256K1_PEM_SIGNING_KEY_TAG: &str = "EC PRIVATE KEY";
28
// const SECP256K1_PEM_VERIFYING_KEY_TAG: &str = "PUBLIC KEY";
29
30
+#[allow(clippy::large_enum_variant)]
31
#[repr(u8)]
32
#[derive(Debug, Default)]
33
pub enum DccIdentity {
0 commit comments