Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0fcb898

Browse files
committedMar 30, 2024
fix: remove unused import
1 parent 5dd871b commit 0fcb898

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use std::env;
22
use std::path::Path;
3-
use std::path::PathBuf;
43
use std::process::{Command, Output};
54

65
use crate::{handle_failed_output, tmp_dir};

0 commit comments

Comments
 (0)
Failed to load comments.