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

Replace stabilized once_cell api #1477

Merged
merged 2 commits into from
Jul 26, 2024
Merged

Replace stabilized once_cell api #1477

merged 2 commits into from
Jul 26, 2024

Conversation

maciektr
Copy link
Contributor

  • Replace once_cell::sync::Lazy with std::sync::LazyLock
  • Replace once_cell::sync::OnceCell with std::sync::OnceLock, unless used with get_or_try_init

@maciektr maciektr enabled auto-merge July 26, 2024 10:22
@maciektr maciektr added this pull request to the merge queue Jul 26, 2024
Merged via the queue into main with commit 9d0e0ca Jul 26, 2024
22 checks passed
@maciektr maciektr deleted the maciektr/rust-update branch July 26, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants