switch `once_cell` recommendation to `std::sync::LazyLock`
kzhui125 opened this issue · 2 comments
kzhui125 commented
LazyLock is stabilized in 1.80, maybe it's recommend than once_cell crate
BurntSushi commented
Yes. But let's wait a release cycle or two. LazyLock was just stabilized.
nyurik commented
@BurntSushi, I think we are safe - it has been 5 releases now :) Thx @noritada for creating a PR!