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
This complains:
> warning: initializer for `thread_local` value can be made `const`
But doing the suggested fix breaks the build on our MSRV, with:
> warning: a `const` item should never be interior mutable
So we can't really win.
0 commit comments