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 once_cell #298

Merged
merged 1 commit into from
Jun 1, 2023

Commits on Jun 1, 2023

  1. Replace lazy_static with once_cell

    The ecosystem has generally accepted that the approach used in
    `once_cell` is a better way to lazily initialize statics.
    
    This change also makes it easier to later use `std::sync::LazyLock`. See
    rust-lang/rust#109736.
    nvzqz committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    72c67f3 View commit details
    Browse the repository at this point in the history