Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed Jun 6, 2024
1 parent 67165d9 commit 0f3c4dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use warp::Filter;

pub static METRICS: Metrics = Metrics::new();

#[derive(Default)]
pub struct Metrics {
active_connection_count: AtomicUsize,
active_user_count: AtomicUsize,
Expand Down

0 comments on commit 0f3c4dd

Please sign in to comment.