replace lazy_static!
macro with once_cell::sync::Lazy
#436
Labels
good first issue
Good for newcomers
Replace in the following crates:
Using
once_cell::sync::Lazy
will remove the complexity of thelazy_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
.The text was updated successfully, but these errors were encountered: