Fix nightly build

This commit is contained in:
Greg Fitzgerald 2018-09-04 16:34:21 -06:00
parent 65f78905cd
commit 68c72d6f34
2 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,10 @@ _() {
_ cargo build --verbose --features unstable
_ cargo test --verbose --features=unstable
_ cargo clippy -- --deny=warnings
# TODO: Re-enable warnings-as-errors after clippy offers a way to not warn on unscoped lint names.
#_ cargo clippy -- --deny=warnings
_ cargo clippy
exit 0

View File

@ -198,7 +198,7 @@ fn add_block_to_retransmit_queue(
fn retransmit_all_leader_blocks(
maybe_leader: Option<NodeInfo>,
dq: &SharedBlobs,
dq: &[SharedBlob],
debug_id: u64,
recycler: &BlobRecycler,
consumed: u64,