Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneirical committed Mar 30, 2024
1 parent 5dd871b commit 0fcb898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/run-make-support/src/rustc.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use std::env;
use std::path::Path;
use std::path::PathBuf;
use std::process::{Command, Output};

use crate::{handle_failed_output, tmp_dir};
Expand Down

0 comments on commit 0fcb898

Please sign in to comment.