diff --git a/src/commands/ps.rs b/src/commands/ps.rs index 4913cb0a33..0dd9a1a6c9 100644 --- a/src/commands/ps.rs +++ b/src/commands/ps.rs @@ -2,8 +2,7 @@ use crate::commands::WholeStreamCommand; use crate::errors::ShellError; use crate::object::process::process_dict; use crate::prelude::*; -#[allow(unused)] -use sysinfo::{RefreshKind, SystemExt}; +use sysinfo::SystemExt; pub struct PS; @@ -35,6 +34,7 @@ fn ps(args: CommandArgs, _registry: &CommandRegistry) -> Result