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

refactor: s/once_cell::sync::OnceCell/std::sync::OnceLock (as much as possible) #6400

Conversation

ErichDonGubler
Copy link
Member

Connections

Description

Weaken our dependence on the once_cell crate by using functionality from std instead that was upstreamed from once_cell.

It's not yet possible to eliminate this dependency entirely, but do what we can for now.

Weaken our dependence on the `once_cell` crate by using functionality
from `std` instead that was upstreamed from `once_cell`.

It's not yet possible to eliminate this dependency entirely, but do what
we can for now.
@ErichDonGubler ErichDonGubler self-assigned this Oct 11, 2024
@ErichDonGubler ErichDonGubler requested a review from a team as a code owner October 11, 2024 19:10
@ErichDonGubler ErichDonGubler added area: infrastructure Testing, building, coordinating issues kind: refactor Making existing function faster or nicer labels Oct 11, 2024
@ErichDonGubler ErichDonGubler changed the title refactor: s/once_cell::sync::OnceCell/std::sync::OnceLock refactor: s/once_cell::sync::OnceCell/std::sync::OnceLock (as much as possible) Oct 11, 2024
@jimblandy jimblandy merged commit 91447ae into gfx-rs:trunk Oct 11, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: infrastructure Testing, building, coordinating issues kind: refactor Making existing function faster or nicer
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants