Skip to content

Commit 33111d6

Browse files
committed
fix: missing import
1 parent cbb476e commit 33111d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/run-make-support/src/rustc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use std::env;
22
use std::path::Path;
33
use std::process::{Command, Output};
4+
use std::path::PathBuf;
45

56
use crate::{handle_failed_output, tmp_dir};
67

0 commit comments

Comments
 (0)