Skip to content

Commit

Permalink
more clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jouho committed Jan 10, 2025
1 parent 7fb1f77 commit e4e499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/s2n-quic-core/src/stream/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use bytes::Bytes;
use bolero_generator::prelude::*;

static DATA: Bytes = {
const INNER: [u8; DATA_LEN] = {
static INNER: [u8; DATA_LEN] = {
let mut data = [0; DATA_LEN];
let mut idx = 0;
while idx < DATA_LEN {
Expand Down

0 comments on commit e4e499b

Please sign in to comment.