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.
Keypair
1 parent 475289c commit 8931860Copy full SHA for 8931860
core/src/identity.rs
@@ -64,6 +64,7 @@ use std::convert::{TryFrom, TryInto};
64
/// ```
65
///
66
#[derive(Debug, Clone)]
67
+#[allow(clippy::large_enum_variant)]
68
pub enum Keypair {
69
/// An Ed25519 keypair.
70
Ed25519(ed25519::Keypair),
0 commit comments