Skip to content

Commit 8931860

Browse files
authored
core/identity: Allow clippy::large-enum-variant on Keypair (#2827)
1 parent 475289c commit 8931860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/identity.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ use std::convert::{TryFrom, TryInto};
6464
/// ```
6565
///
6666
#[derive(Debug, Clone)]
67+
#[allow(clippy::large_enum_variant)]
6768
pub enum Keypair {
6869
/// An Ed25519 keypair.
6970
Ed25519(ed25519::Keypair),

0 commit comments

Comments
 (0)