Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Oct 4, 2023
1 parent d5502be commit f43f57d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dsc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use clap::{CommandFactory, Parser};
use clap_complete::generate;
use std::io::{self, Read};
use std::process::exit;
use tracing::{error, info};
use sysinfo::{Process, ProcessExt, RefreshKind, System, SystemExt, get_current_pid, ProcessRefreshKind};
use tracing::{error, info, warn};

Expand Down

0 comments on commit f43f57d

Please sign in to comment.