Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary & from AsRef params #22523

Merged
merged 1 commit into from
Jan 15, 2022

Conversation

brooksprumo
Copy link
Contributor

@brooksprumo brooksprumo commented Jan 15, 2022

While perusing StatusCache, I saw that key is an AsRef param, yet was also being taken by reference. No need for the double ref, so I've removed it.

@brooksprumo brooksprumo marked this pull request as ready for review January 15, 2022 02:31
@brooksprumo brooksprumo added automerge Merge this Pull Request automatically once CI passes CI Pull Request is ready to enter CI labels Jan 15, 2022
@solana-grimes solana-grimes removed the CI Pull Request is ready to enter CI label Jan 15, 2022
@mergify mergify bot merged commit 6edeed8 into solana-labs:master Jan 15, 2022
@codecov
Copy link

codecov bot commented Jan 15, 2022

Codecov Report

Merging #22523 (45ad0b5) into master (2756abc) will decrease coverage by 0.0%.
The diff coverage is 81.7%.

@@            Coverage Diff            @@
##           master   #22523     +/-   ##
=========================================
- Coverage    81.1%    81.1%   -0.1%     
=========================================
  Files         556      559      +3     
  Lines      150665   150982    +317     
=========================================
+ Hits       122300   122502    +202     
- Misses      28365    28480    +115     

@brooksprumo brooksprumo deleted the status-cache branch January 16, 2022 19:27
@github-actions
Copy link
Contributor

This PR has been automatically locked since there has not been any activity in past 14 days after it was merged.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge this Pull Request automatically once CI passes locked PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants