We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185d5a6 commit 297e053Copy full SHA for 297e053
dsc/src/main.rs
@@ -169,6 +169,7 @@ fn check_debug() {
169
#[cfg(windows)]
170
fn check_store() {
171
use std::io::Read;
172
+ use util::EXIT_INVALID_ARGS;
173
174
let sys = System::new_with_specifics(RefreshKind::nothing().with_processes(ProcessRefreshKind::everything()));
175
// get current process
0 commit comments