Skip to content

Commit dfee46d

Browse files
committed
clippy
1 parent 4cb9e8b commit dfee46d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/dcc_identity.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const ED25519_PEM_SIGNING_KEY_TAG: &str = "PRIVATE KEY";
2727
// const SECP256K1_PEM_SIGNING_KEY_TAG: &str = "EC PRIVATE KEY";
2828
// const SECP256K1_PEM_VERIFYING_KEY_TAG: &str = "PUBLIC KEY";
2929

30+
#[allow(clippy::large_enum_variant)]
3031
#[repr(u8)]
3132
#[derive(Debug, Default)]
3233
pub enum DccIdentity {

0 commit comments

Comments
 (0)