Skip to content

replace lazy_static! macro with once_cell::sync::Lazy #436

@elpiel

Description

@elpiel

Replace in the following crates:

Using once_cell::sync::Lazy will remove the complexity of the lazy_static! macro and improve readability as it achieves the same thing but without a macro.

Branch & PR should be against the aip-61-adex-v5.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions