We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
n
1 parent 09f5324 commit fa19703Copy full SHA for fa19703
1 file changed
crates/wasi/src/preview2/pipe.rs
@@ -1043,10 +1043,7 @@ mod test {
1043
}
1044
1045
1046
- #[tracing::instrument]
1047
- async fn backpressure_write_stream_with_flush_aux(n: usize) {
1048
- tracing::info!("");
1049
-
+ async fn backpressure_write_stream_with_flush_aux(_: usize) {
1050
// The channel can buffer up to 1k, plus another 1k in the stream, before not
1051
// accepting more input:
1052
let (mut reader, writer) = simplex(1024);
0 commit comments