-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: derive copy for Column to prevent unnecessary cloning (#139)
# Rationale for this change Derives Copy for Column, reducing the need for cloning in production and test code. Note the diff includes changes to test code where this change isnt really necessary, but these changes satisfy clippy. # What changes are included in this PR? 1. Derives Copy on Column 2. Removes unnecessary clones where applicable # Are these changes tested? existing tests pass
- Loading branch information
1 parent
a1cab14
commit 9c25104
Showing
12 changed files
with
124 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.