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
#12616 at least removed our use of lazy_static for OnceCell. I think the lazy cell uses weren't as straightforward so they were skipped when doing that opportunistic refactor.
There is a slight risk of race condition with LazyCell because of its API design, it may be a good idea to replace its uses with OnceCell.
The text was updated successfully, but these errors were encountered: