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 crate with std::sync::LazyLock #5898

Open
wants to merge 1 commit into
base: rust_break_everything
Choose a base branch
from

Conversation

mkrasnitski
Copy link
Contributor

The LazyLock type was stabilized in Rust 1.80, and obsoletes the lazy_static crate for lazy initialization.

@emesare emesare self-assigned this Sep 3, 2024
@emesare emesare self-requested a review September 3, 2024 14:43
@CouleeApps CouleeApps added the Component: Rust API Issue needs changes to the Rust API label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Rust API Issue needs changes to the Rust API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants