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 lazy_static with std::sync::OnceLock #386

Closed
siketyan opened this issue Jun 26, 2024 · 0 comments · Fixed by #395
Closed

Replace lazy_static with std::sync::OnceLock #386

siketyan opened this issue Jun 26, 2024 · 0 comments · Fixed by #395
Labels
good first issue Good for newcomers
Milestone

Comments

@siketyan
Copy link
Owner

OnceLock has been stabilised in the std library so we can replace lazy_static with it.

@siketyan siketyan added the good first issue Good for newcomers label Jun 26, 2024
@siketyan siketyan added this to the v0.4 milestone Jun 26, 2024
siketyan added a commit that referenced this issue Jul 1, 2024
refactor: Replace lazy_static with std::sync::OnceLock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant