Skip to content

Commit

Permalink
Allow multiple bound locations
Browse files Browse the repository at this point in the history
  • Loading branch information
GoncaloGarcia committed Jun 6, 2024
1 parent 4d30f51 commit 149047c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudflare-examples/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ struct Section<'a> {
function: SectionFunction<HttpApiClient>,
}

#[allow(clippy::multiple_bound_locations)]
fn print_response<T: ApiResult>(response: ApiResponse<T>) {
match response {
Ok(success) => println!("Success: {success:#?}"),
Expand Down

0 comments on commit 149047c

Please sign in to comment.