Skip to content

Commit

Permalink
blockchain: Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Olivero committed May 27, 2021
1 parent 0f66faf commit 2fa2ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions blockchain/chain_sync/src/chain_muxer.rs
Expand Up @@ -364,6 +364,7 @@ where
}
}

#[allow(clippy::too_many_arguments)]
async fn process_gossipsub_event(
metrics: Metrics,
event: NetworkEvent,
Expand Down
1 change: 1 addition & 0 deletions blockchain/chain_sync/src/tipset_syncer.rs
Expand Up @@ -956,6 +956,7 @@ async fn sync_headers_in_reverse<DB: BlockStore + Sync + Send + 'static>(
Ok(parent_tipsets)
}

#[allow(clippy::too_many_arguments)]
fn sync_tipset<
DB: BlockStore + Sync + Send + 'static,
TBeacon: Beacon + Sync + Send + 'static,
Expand Down

0 comments on commit 2fa2ffc

Please sign in to comment.