Skip to content

Consider using std::sync::LazyLock instead of once_cell::sync::Lazy #248

@lbeschastny

Description

@lbeschastny

once_cell::sync::Lazy became a part of the rust standard library starting from Rust 1.70.

Unless you have a reason to support older versions, you may consider switching to the std implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions