Skip to content

Commit

Permalink
style: fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Oct 29, 2024
1 parent 33d7043 commit fc11239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/compiler/emit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ fn emit_expr(
emit_lookup_object(ctx, instr);
}
}
emit_func_call(ctx, &func, instr);
emit_func_call(ctx, func, instr);
ctx.lookup_list.clear();
}
TypeValue::Regexp(_) => {
Expand Down

0 comments on commit fc11239

Please # to comment.