Skip to content

Commit

Permalink
Clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Mar 1, 2024
1 parent d566aa0 commit 6a4f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamer/src/nonblocking/quic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ async fn packet_batch_sender(
}

fn track_streamer_fetch_packet_performance(
packet_perf_measure: &mut Vec<([u8; 64], Instant)>,
packet_perf_measure: &mut [([u8; 64], Instant)],
stats: &Arc<StreamStats>,
) {
if packet_perf_measure.is_empty() {
Expand Down

0 comments on commit 6a4f974

Please sign in to comment.