Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed May 28, 2024
1 parent 8e7ce5a commit 29ead59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ use notify_push::error::ConfigError;
use notify_push::message::DEBOUNCE_ENABLE;
use notify_push::metrics::serve_metrics;
use notify_push::{listen_loop, serve, App, Error};
#[cfg(feature = "systemd")]
use sd_notify;
use std::sync::atomic::Ordering;
use std::sync::Arc;
use tokio::select;
Expand Down

0 comments on commit 29ead59

Please sign in to comment.