Replace some custom copy functions with #[derive(Clone)].#11487
Replace some custom copy functions with #[derive(Clone)].#11487vorporeal wants to merge 1 commit into
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR replaces a handwritten Clone implementation for ObjectsToUpdate with #[derive(Clone)] and adds Clone to UpdatedObjectInput, preserving the existing deep-clone behavior through the fields' Clone implementations.
Concerns
- No blocking correctness, security, or spec-alignment concerns found. No approved spec context was provided for this PR.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
d2ae74c to
dafdf0c
Compare
01cd413 to
2ac0201
Compare
dafdf0c to
dcc44e5
Compare

Description
Addresses #11113 (comment).