Skip to content

Commit 8e226da

Browse files
authored
Fix import of Stdio
1 parent 98eb42b commit 8e226da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ use std::io::{self, Write};
232232
use std::path::{Component, Path, PathBuf};
233233
#[cfg(feature = "parallel")]
234234
use std::process::Child;
235-
use std::process::Command;
235+
use std::process::{Command, Stdio};
236236
use std::sync::{
237237
atomic::{AtomicU8, Ordering::Relaxed},
238238
Arc, RwLock,

0 commit comments

Comments
 (0)