Skip to content

Commit

Permalink
fix(ci): comment unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Nov 6, 2023
1 parent 537f0ec commit db7e4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/testbed/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::{
fmt::Display,
io::BufReader,
path::{Path, PathBuf},
process::Stdio,
// process::Stdio,
sync::Arc,
time::Instant,
};
Expand Down

0 comments on commit db7e4ba

Please sign in to comment.