Skip to content

Commit fa19703

Browse files
committed
Nothing interesting to depend on with the n parameter
1 parent 09f5324 commit fa19703

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

crates/wasi/src/preview2/pipe.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,10 +1043,7 @@ mod test {
10431043
}
10441044
}
10451045

1046-
#[tracing::instrument]
1047-
async fn backpressure_write_stream_with_flush_aux(n: usize) {
1048-
tracing::info!("");
1049-
1046+
async fn backpressure_write_stream_with_flush_aux(_: usize) {
10501047
// The channel can buffer up to 1k, plus another 1k in the stream, before not
10511048
// accepting more input:
10521049
let (mut reader, writer) = simplex(1024);

0 commit comments

Comments
 (0)