Skip to content

Commit

Permalink
core/identity: Allow clippy::large-enum-variant on Keypair (#2827)
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaf9 committed Aug 19, 2022
1 parent 475289c commit 8931860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/identity.rs
Expand Up @@ -64,6 +64,7 @@ use std::convert::{TryFrom, TryInto};
/// ```
///
#[derive(Debug, Clone)]
#[allow(clippy::large_enum_variant)]
pub enum Keypair {
/// An Ed25519 keypair.
Ed25519(ed25519::Keypair),
Expand Down

0 comments on commit 8931860

Please sign in to comment.