chore: allow result too large (#14795)

This commit is contained in:
Matthias Seitz
2025-03-03 10:43:17 +01:00
committed by GitHub
parent c701bba7ee
commit b36088da99
15 changed files with 22 additions and 10 deletions

View File

@@ -202,6 +202,7 @@ impl<C: ChainSpecParser<ChainSpec = ChainSpec>, Ext: clap::Args + fmt::Debug> Cl
/// Commands to be executed
#[derive(Debug, Subcommand)]
#[allow(clippy::large_enum_variant)]
pub enum Commands<C: ChainSpecParser, Ext: clap::Args + fmt::Debug> {
/// Start the node
#[command(name = "node")]