Skip to content

Commit

Permalink
clippy: remove unneeded clone
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed May 23, 2024
1 parent 7c7850a commit 1429b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/joinp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ impl Args {
right_sel: self.arg_columns2.clone(),
output: self.flag_output.clone(),
delim,
coalesce: self.flag_coalesce.clone(),
coalesce: self.flag_coalesce,
streaming: self.flag_streaming,
no_optimizations: self.flag_no_optimizations,
sql_filter: self.flag_sql_filter.clone(),
Expand Down

0 comments on commit 1429b83

Please sign in to comment.