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 equivalent LazyLock #3950

Closed
1 task
FalkWoldmann opened this issue Apr 5, 2025 · 0 comments · Fixed by #3951
Closed
1 task

Replace lazy_static with std equivalent LazyLock #3950

FalkWoldmann opened this issue Apr 5, 2025 · 0 comments · Fixed by #3951
Labels
enhancement New feature or request

Comments

@FalkWoldmann
Copy link
Contributor

FalkWoldmann commented Apr 5, 2025

Problem to solve

Remove the lazy_static dependency

Proposal

Since Rust 1.80, lazy_static's functionality can by replaced by the std counterpart LazyLock. See https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html for more information.

Tasks to complete

  • Replace lazy_static with LazyLock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant