diff --git a/core/src/identity.rs b/core/src/identity.rs index ee431e7ee9c..a2b3943d0e9 100644 --- a/core/src/identity.rs +++ b/core/src/identity.rs @@ -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),