Skip to content

Commit

Permalink
add too_many_arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
sword-jin committed Jul 31, 2024
1 parent 996de37 commit 874c711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/data_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ impl DataServer {
Ok(())
}

#[allow(clippy::too_many_arguments)]
async fn register_http(
&self,
shutdown: CancellationToken,
Expand Down

0 comments on commit 874c711

Please sign in to comment.