Fix nightly build
This commit is contained in:
parent
65f78905cd
commit
68c72d6f34
|
@ -12,7 +12,10 @@ _() {
|
||||||
|
|
||||||
_ cargo build --verbose --features unstable
|
_ cargo build --verbose --features unstable
|
||||||
_ cargo test --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
|
exit 0
|
||||||
|
|
||||||
|
|
|
@ -198,7 +198,7 @@ fn add_block_to_retransmit_queue(
|
||||||
|
|
||||||
fn retransmit_all_leader_blocks(
|
fn retransmit_all_leader_blocks(
|
||||||
maybe_leader: Option<NodeInfo>,
|
maybe_leader: Option<NodeInfo>,
|
||||||
dq: &SharedBlobs,
|
dq: &[SharedBlob],
|
||||||
debug_id: u64,
|
debug_id: u64,
|
||||||
recycler: &BlobRecycler,
|
recycler: &BlobRecycler,
|
||||||
consumed: u64,
|
consumed: u64,
|
||||||
|
|
Loading…
Reference in New Issue