Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Conversation

@garious
Copy link
Contributor

@garious garious commented Jul 13, 2018

Clippy told us to change function parameters to references, but
wasn't able to then tell us that the clone() before borrowing
was superfluous. This patch removes those by hand.

No expectation of a performance improvement here, since we were
just cloning reference counts. Just removes a bunch of noise.

Clippy told us to change function parameters to references, but
wasn't able to then tell us that the clone() before borrowing
was superfluous. This patch removes those by hand.

No expectation of a performance improvement here, since we were
just cloning reference counts. Just removes a bunch of noise.
@garious garious requested a review from sakridge July 13, 2018 19:37
@garious
Copy link
Contributor Author

garious commented Jul 17, 2018

@sakridge, still waiting on your review here.

Copy link
Contributor

@sakridge sakridge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, thanks.

@garious garious merged commit 28af9a3 into solana-labs:master Jul 18, 2018
vkomenda referenced this pull request in vkomenda/solana Aug 29, 2021
…z#608)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.80.0 to 0.80.1.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Commits](solana-foundation/solana-web3.js@v0.80.0...v0.80.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jeffwashington pushed a commit to lijunwangs/solana that referenced this pull request Apr 5, 2024
willhickey pushed a commit that referenced this pull request Apr 8, 2024
Bump h2 (#570)

(cherry picked from commit f6e02e6)

Co-authored-by: Tyera <[email protected]>
HaoranYi pushed a commit to HaoranYi/solana that referenced this pull request Apr 8, 2024
HaoranYi pushed a commit to HaoranYi/solana that referenced this pull request Apr 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants