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
Refactor COLOR_MODE from lazy_static to OnceCell to make it more easily testable. To maintain backward compatibility of ~1 year, once_cell can be used until MSRV reaches 1.71 when OnceCell becomes available in std library.
The text was updated successfully, but these errors were encountered:
Refactor COLOR_MODE from lazy_static to OnceCell to make it more easily testable. To maintain backward compatibility of ~1 year,
once_cell
can be used until MSRV reaches 1.71 when OnceCell becomes available in std library.The text was updated successfully, but these errors were encountered: