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
Using once_cell::sync::Lazy will remove the complexity of the lazy_static! macro and improve readability as it achieves the same thing but without a macro.