From 0e0243639e273968e3dc7ef9342eecbdf7321cf5 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 13 Mar 2023 07:57:45 -0400 Subject: [PATCH] Resolve clippy error This was resolved on the processor branch yet not on develop. --- substrate/node/src/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/substrate/node/src/cli.rs b/substrate/node/src/cli.rs index b5869e30..e8bf2d34 100644 --- a/substrate/node/src/cli.rs +++ b/substrate/node/src/cli.rs @@ -9,6 +9,7 @@ pub struct Cli { pub run: RunCmd, } +#[allow(clippy::large_enum_variant)] #[derive(Debug, clap::Subcommand)] pub enum Subcommand { // Key management CLI utilities