diff --git a/common/nyxd-scraper/src/block_processor/mod.rs b/common/nyxd-scraper/src/block_processor/mod.rs index 9cb3473c5c..3654072a48 100644 --- a/common/nyxd-scraper/src/block_processor/mod.rs +++ b/common/nyxd-scraper/src/block_processor/mod.rs @@ -66,6 +66,7 @@ pub struct BlockProcessor { msg_modules: Vec>, } +#[allow(clippy::too_many_arguments)] impl BlockProcessor { pub async fn new( pruning_options: PruningOptions,