Skip to content

Commit 02addf9

Browse files
clippy fix
1 parent 2b57731 commit 02addf9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/handlers/http/query_context.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ WHERE {scope_filter} AND ({anchor_match_predicate})"#
439439
)
440440
}
441441

442+
#[allow(clippy::too_many_arguments)]
442443
fn build_log_context_newer_query_payload(
443444
stream: &str,
444445
anchor_timestamp: DateTime<Utc>,
@@ -471,6 +472,7 @@ fn build_log_context_newer_query_payload(
471472
}
472473
}
473474

475+
#[allow(clippy::too_many_arguments)]
474476
fn build_log_context_anchor_and_older_query_payload(
475477
stream: &str,
476478
anchor_timestamp: DateTime<Utc>,
@@ -560,6 +562,7 @@ fn build_log_context_neighbor_query(
560562
}
561563
}
562564

565+
#[allow(clippy::too_many_arguments)]
563566
fn build_log_context_cursor_query_payload(
564567
stream: &str,
565568
context_start_time: DateTime<Utc>,

0 commit comments

Comments
 (0)