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
lazy_static is largely obsolete in favour of options in the standard library like LazyCell and LazyLock. I suggest that we migrate the components template to use LazyCell (or LazyLock if thread safety is needed) instead.
lazy_staticis largely obsolete in favour of options in the standard library likeLazyCellandLazyLock. I suggest that we migrate the components template to useLazyCell(orLazyLockif thread safety is needed) instead.