You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed the title [-]README: we recommend using the once_cell crate to ensure that regular expressions are compiled[/-][+]switch `once_cell` recommendation to `std::sync::LazyLock`[/+]on Jul 27, 2024
Activity
[-]README: we recommend using the once_cell crate to ensure that regular expressions are compiled[/-][+]switch `once_cell` recommendation to `std::sync::LazyLock`[/+]BurntSushi commentedon Jul 27, 2024
Yes. But let's wait a release cycle or two.
LazyLock
was just stabilized.std::sync::LazyLock
instead ofonce_cell::sync::Lazy
#1235nyurik commentedon Jan 25, 2025
@BurntSushi, I think we are safe - it has been 5 releases now :) Thx @noritada for creating a PR!