rust-lang/regex

switch `once_cell` recommendation to `std::sync::LazyLock`

kzhui125 opened this issue · 2 comments

LazyLock is stabilized in 1.80, maybe it's recommend than once_cell crate

Yes. But let's wait a release cycle or two. LazyLock was just stabilized.

@BurntSushi, I think we are safe - it has been 5 releases now :) Thx @noritada for creating a PR!