Skip to content

Commit ba31f4f

Browse files
committed
Ignore clippy warning
1 parent 12c59da commit ba31f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vm/src/stdlib/subprocess.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ impl PopenRef {
170170
.map_err(|err| convert_io_error(vm, err))
171171
}
172172

173+
#[allow(clippy::type_complexity)]
173174
fn communicate(
174175
self,
175176
stdin: OptionalArg<PyBytesRef>,

0 commit comments

Comments
 (0)