Skip to content

Commit

Permalink
Fixing needless borrow
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior committed Dec 21, 2024
1 parent c5a1f6b commit 4ac51de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ fn do_range_operation(
panic!("CoitreesNearest is an internal algorithm for nearest operation. Can't be set explicitly.");
},
Some(alg) => {
set_option_internal(ctx, "sequila.interval_join_algorithm", &alg);
set_option_internal(ctx, "sequila.interval_join_algorithm", alg);
},
_ => {
set_option_internal(
Expand Down

0 comments on commit 4ac51de

Please sign in to comment.