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
Replace remaining uses of lazy_static with once_cell
once_cell is the correct way forward, as an API similar to it
is also some day going to be stabilized in the Rust std.
As some regexes were already using once_cell, this migrates
the remaining ones.
0 commit comments