Skip to content

Commit 5daa61c

Browse files
committed
fix: tidiness check
1 parent 33111d6 commit 5daa61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

66
use crate::{handle_failed_output, tmp_dir};
77

0 commit comments

Comments
 (0)