We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f574bd4 commit 9c84323Copy full SHA for 9c84323
ostool/src/step/qemu.rs
@@ -1,10 +1,6 @@
1
use std::{
2
fs,
3
process::{Command, exit},
4
- sync::{
5
- Arc,
6
- atomic::{AtomicBool, Ordering},
7
- },
8
};
9
10
use colored::Colorize;
0 commit comments