From ed3c73a19440d06c8e5018a595fe13268d91b38d Mon Sep 17 00:00:00 2001 From: Jussi Saurio Date: Sat, 6 Sep 2025 17:51:15 +0300 Subject: [PATCH] kargo klippy --- core/translate/expr.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/translate/expr.rs b/core/translate/expr.rs index 4cf56159c..1afdabe0e 100644 --- a/core/translate/expr.rs +++ b/core/translate/expr.rs @@ -346,7 +346,7 @@ pub fn translate_condition_expr( op, result_reg, resolver, - Some(condition_metadata.clone()), + Some(condition_metadata), emit_binary_condition_insn, )?; } @@ -2171,6 +2171,7 @@ pub fn translate_expr( Ok(target_register) } +#[allow(clippy::too_many_arguments)] fn binary_expr_shared( program: &mut ProgramBuilder, referenced_tables: Option<&TableReferences>,