Skip to content

Commit

Permalink
fix warns
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Dec 6, 2024
1 parent b9fee33 commit 4689f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ async fn dump_router(ctx: Data<&UnboundedSender<oneshot::Sender<serde_json::Valu
}
}

#[allow(clippy::collapsible_match)]
#[tokio::main]
async fn main() {
if std::env::var_os("RUST_LOG").is_none() {
Expand Down

0 comments on commit 4689f06

Please sign in to comment.