We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33111d6 commit 5daa61cCopy full SHA for 5daa61c
src/tools/run-make-support/src/rustc.rs
@@ -1,7 +1,7 @@
1
use std::env;
2
use std::path::Path;
3
-use std::process::{Command, Output};
4
use std::path::PathBuf;
+use std::process::{Command, Output};
5
6
use crate::{handle_failed_output, tmp_dir};
7
0 commit comments