Skip to content

Replace lazy_static with LazyLock #464

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

Open
programskillforverification opened this issue Mar 5, 2025 · 1 comment · May be fixed by #486
Open

Replace lazy_static with LazyLock #464

programskillforverification opened this issue Mar 5, 2025 · 1 comment · May be fixed by #486

Comments

@programskillforverification
Copy link
Contributor

We should be able to replace all lazy_static usages with OnceLock from the Rust standard library. This will bring us less dependencies.

@programskillforverification
Copy link
Contributor Author

I would like to work on this.

@programskillforverification programskillforverification changed the title Replace lazy_static with OnceLock Replace lazy_static with LazyLock Mar 11, 2025
@programskillforverification programskillforverification linked a pull request Mar 11, 2025 that will close this issue
3 tasks
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 a pull request may close this issue.

1 participant