Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Removes clone
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuataylor committed Jun 23, 2022
1 parent 8ef357c commit e160194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/ipc/read/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ fn read_next<R: Read>(
file_size,
);

if let Some((_, map, _)) = projection.clone() {
if let Some((_, map, _)) = projection {
// re-order according to projection
chunk
.map(|chunk| apply_projection(chunk, &map))
Expand Down

0 comments on commit e160194

Please sign in to comment.