mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Enable large_stack_frames lint (#6343)
* Enable `large_stack_frames` lint
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user