Skip to content

Commit 39294a0

Browse files
clippy fix
1 parent 046a454 commit 39294a0

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
@@ -440,6 +440,7 @@ WHERE {scope_filter} AND ({anchor_match_predicate})"#
440440
)
441441
}
442442

443+
#[allow(clippy::too_many_arguments)]
443444
fn build_log_context_newer_query_payload(
444445
dataset: &str,
445446
anchor_timestamp: DateTime<Utc>,
@@ -473,6 +474,7 @@ fn build_log_context_newer_query_payload(
473474
}
474475
}
475476

477+
#[allow(clippy::too_many_arguments)]
476478
fn build_log_context_anchor_and_older_query_payload(
477479
dataset: &str,
478480
anchor_timestamp: DateTime<Utc>,
@@ -563,6 +565,7 @@ fn build_log_context_neighbor_query(
563565
)
564566
}
565567

568+
#[allow(clippy::too_many_arguments)]
566569
fn build_log_context_cursor_query_payload(
567570
dataset: &str,
568571
context_start_time: DateTime<Utc>,

0 commit comments

Comments
 (0)