We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4318d commit c152934Copy full SHA for c152934
src/bootstrap/src/lib.rs
@@ -23,7 +23,7 @@ use std::fmt::Display;
23
use std::fs::{self, File};
24
use std::io;
25
use std::path::{Path, PathBuf};
26
-use std::process::{Command, Output, Stdio};
+use std::process::{Command, Stdio};
27
use std::str;
28
use std::sync::OnceLock;
29
0 commit comments