Skip to content

Commit fb0568c

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
fix: add clippy allow attribute for too many arguments
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent 4af81d5 commit fb0568c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/fortuna/src/keeper.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,7 @@ pub async fn process_new_blocks(
10361036
}
10371037

10381038
#[tracing::instrument(skip_all)]
1039+
#[allow(clippy::too_many_arguments)]
10391040
pub async fn process_new_blocks_delayed(
10401041
chain_state: BlockchainState,
10411042
mut rx: mpsc::Receiver<BlockRange>,

0 commit comments

Comments
 (0)