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

switch from lazy_static to std::sync::OnceLock #152

Merged
merged 1 commit into from
Nov 28, 2023
Merged

switch from lazy_static to std::sync::OnceLock #152

merged 1 commit into from
Nov 28, 2023

Conversation

digama0
Copy link
Member

@digama0 digama0 commented Nov 28, 2023

once_cell is preferred over lazy_static, and it was recently standardized as std::sync::OnceLock in rustc 1.70.

@tirix tirix merged commit 8ea682e into main Nov 28, 2023
8 checks passed
@tirix tirix deleted the once_lock branch November 28, 2023 08:03
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