Enable large_stack_frames lint (#6343)

* Enable `large_stack_frames` lint
This commit is contained in:
Michael Sproul
2024-09-05 15:01:16 +10:00
committed by GitHub
parent 672dcbd868
commit 26c19d65a3
7 changed files with 15 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ use clap::{builder::ArgPredicate, crate_version, Arg, ArgAction, ArgGroup, Comma
use clap_utils::{get_color_style, FLAG_HEADER};
use strum::VariantNames;
#[allow(clippy::large_stack_frames)]
pub fn cli_app() -> Command {
Command::new("beacon_node")
.display_order(0)