fix clippy warnings in node template (#14390)

This commit is contained in:
Marijn Schouten
2023-06-15 22:17:38 +02:00
committed by GitHub
parent 6cd2c8b395
commit 5426b17f9c
4 changed files with 10 additions and 11 deletions
@@ -10,6 +10,7 @@ pub struct Cli {
}
#[derive(Debug, clap::Subcommand)]
#[allow(clippy::large_enum_variant)]
pub enum Subcommand {
/// Key management cli utilities
#[command(subcommand)]