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

internal: Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock #17907

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

ChayimFriedman2
Copy link
Contributor

This doesn't get rid of the once_cell dependency, unfortunately, since we have dependencies that use it, but it's a nice to do cleanup. And when our deps will eventually get rid of once_cell we will get rid of it for free.

…zyCell/Lock

This doesn't get rid of the once_cell dependency, unfortunately, since we have dependencies that use it, but it's a nice to do cleanup. And when our deps will eventually get rid of once_cell we will get rid of it for free.
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 16, 2024
@Veykril
Copy link
Member

Veykril commented Aug 16, 2024

Neat, only one place where the std api doesn't yet work, that's better than I anticipated, thanks!
@bors delegate+

@bors
Copy link
Contributor

bors commented Aug 16, 2024

✌️ @ChayimFriedman2, you can now approve this pull request!

If @Veykril told you to "r=me" after making some further change, please make that change, then do @bors r=@Veykril

@Veykril
Copy link
Member

Veykril commented Aug 16, 2024

Clippy complains about the MSRV, though we already have that bumped to 1.80, I guess this PR isn't based off master?
@bors r+

@bors
Copy link
Contributor

bors commented Aug 16, 2024

📌 Commit 955e609 has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Aug 16, 2024

⌛ Testing commit 955e609 with merge fc36e0c...

@bors
Copy link
Contributor

bors commented Aug 16, 2024

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing fc36e0c to master...

@bors bors merged commit fc36e0c into rust-lang:master Aug 16, 2024
10 of 11 checks passed
@ChayimFriedman2 ChayimFriedman2 deleted the no-once_cell branch August 16, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants