Skip to content

Commit 89b1f4d

Browse files
committed
fix: new clippy check
1 parent 62035c8 commit 89b1f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-common/src/util/pipe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ mod test {
315315

316316
#[test]
317317
fn test_connection_pipe_oneshot() {
318-
let tests = vec![
318+
let tests = [
319319
// .0: the list of vecs to send to the writer
320320
// .1: the number of bytes to read each time
321321
// .2: the expected Result<num-bytes-total, error-encountered>

0 commit comments

Comments
 (0)