Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor COLOR_MODE to OnceCell #368

Open
bconn98 opened this issue Apr 4, 2024 · 0 comments · May be fixed by #365
Open

Refactor COLOR_MODE to OnceCell #368

bconn98 opened this issue Apr 4, 2024 · 0 comments · May be fixed by #365
Assignees
Labels

Comments

@bconn98
Copy link
Collaborator

bconn98 commented Apr 4, 2024

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.

@bconn98 bconn98 self-assigned this Apr 4, 2024
@bconn98 bconn98 linked a pull request Apr 4, 2024 that will close this issue
@bconn98 bconn98 linked a pull request Apr 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant