Skip to content

Commit

Permalink
fix(starknet_batcher): fix clippy type complexity warning (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafnamatsry authored Dec 10, 2024
1 parent 22088d6 commit 2c5bef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/starknet_batcher/src/batcher_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ trait ProposalManagerTraitWrapper: Send + Sync {

fn wrap_get_active_proposal(&self) -> BoxFuture<'_, Option<ProposalId>>;

#[allow(clippy::type_complexity)]
fn wrap_get_completed_proposals(
&self,
) -> BoxFuture<'_, Arc<tokio::sync::Mutex<HashMap<ProposalId, ProposalResult<ProposalOutput>>>>>;
Expand Down

0 comments on commit 2c5bef4

Please sign in to comment.