Skip to content

Commit

Permalink
clippy dings
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Jul 6, 2023
1 parent 87dff92 commit 9a28083
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/observer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ impl Server {
use std::{sync::atomic::Ordering, time::Duration};

use metrics::{gauge, register_counter, register_gauge};
use procfs::{
process::{Limit, LimitValue},
Uptime,
};
use procfs::Uptime;

let target_pid = pid_snd
.recv()
Expand Down

0 comments on commit 9a28083

Please sign in to comment.