Skip to content

Commit

Permalink
fix: debug the operator
Browse files Browse the repository at this point in the history
  • Loading branch information
eigmax committed Apr 22, 2024
1 parent 07c53c2 commit f103986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ async fn main() -> eyre::Result<()> {

tokio::spawn(async move {
#[allow(clippy::let_underscore_future)]
#[allow(clippy::never_loop)]
loop {
select! {
_ = sigterm.recv() => {
Expand Down

0 comments on commit f103986

Please sign in to comment.