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
LazyLock only stabilizes in rustc 1.80 and causes a CI test error.
OnceLock is stable since 1.70 and has the required functionality.
Use OnceLock instead of LazyLock.
0 commit comments