From c87522411c9944d3309f884eab403d40d7dbce11 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 14 May 2026 13:24:01 +1000 Subject: [PATCH] Pass make lint-full --- consensus/proto_array/src/proto_array_fork_choice.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/consensus/proto_array/src/proto_array_fork_choice.rs b/consensus/proto_array/src/proto_array_fork_choice.rs index 64aae65e5d..346e1f190a 100644 --- a/consensus/proto_array/src/proto_array_fork_choice.rs +++ b/consensus/proto_array/src/proto_array_fork_choice.rs @@ -1091,6 +1091,7 @@ impl ProtoArrayForkChoice { /// Returns the leaves of the filtered block tree (rooted at `justified_root`) along with /// their weights — i.e. roots that are viable for head and have no descendant that is also /// viable for head. Mirrors the spec's `viable_for_head_roots_and_weights` check. + #[allow(clippy::too_many_arguments)] pub fn filtered_block_tree_leaves_and_weights( &self, justified_root: &Hash256,