clippy fixup

This commit is contained in:
Rob Walker 2018-08-02 21:03:24 -07:00
parent b72e91f681
commit 384b486b29
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ impl Tvu {
/// * `repair_socket` - my repair socket
/// * `retransmit_socket` - my retransmit socket
/// * `exit` - The exit signal.
#[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
pub fn new(
keypair: KeyPair,
bank: &Arc<Bank>,