We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046a454 commit 39294a0Copy full SHA for 39294a0
1 file changed
src/handlers/http/query_context.rs
@@ -440,6 +440,7 @@ WHERE {scope_filter} AND ({anchor_match_predicate})"#
440
)
441
}
442
443
+#[allow(clippy::too_many_arguments)]
444
fn build_log_context_newer_query_payload(
445
dataset: &str,
446
anchor_timestamp: DateTime<Utc>,
@@ -473,6 +474,7 @@ fn build_log_context_newer_query_payload(
473
474
475
476
477
478
fn build_log_context_anchor_and_older_query_payload(
479
480
@@ -563,6 +565,7 @@ fn build_log_context_neighbor_query(
563
565
564
566
567
568
569
fn build_log_context_cursor_query_payload(
570
571
context_start_time: DateTime<Utc>,
0 commit comments