Skip to content

Commit c152934

Browse files
committed
Remove unused import
1 parent 5c4318d commit c152934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use std::fmt::Display;
2323
use std::fs::{self, File};
2424
use std::io;
2525
use std::path::{Path, PathBuf};
26-
use std::process::{Command, Output, Stdio};
26+
use std::process::{Command, Stdio};
2727
use std::str;
2828
use std::sync::OnceLock;
2929

0 commit comments

Comments
 (0)