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: dev
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
@CLAassistant
Copy link

CLAassistant commented Dec 15, 2024

CLA assistant check
All committers have signed the CLA.

@mkrasnitski mkrasnitski changed the base branch from rust_break_everything to dev December 15, 2024 00:58
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.

4 participants