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
As `thread_local` statics are already lazily initialized on first
access, there is no need to use a Lazy initializer on top of that.
This PR removes that usage and the associated dependency on `once_cell`.
0 commit comments