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

refactor: s/once_cell::sync::OnceCell/std::sync::OnceLock (as much as possible) #6400

Commits on Oct 11, 2024

  1. refactor: s/once_cell::sync::OnceCell/std::sync::OnceLock

    Weaken our dependence on the `once_cell` crate by using functionality
    from `std` instead that was upstreamed from `once_cell`.
    
    It's not yet possible to eliminate this dependency entirely, but do what
    we can for now.
    ErichDonGubler committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5fd6747 View commit details
    Browse the repository at this point in the history