mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
kargo klippy
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user