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

Remove lazy_static #514

Closed
epage opened this issue Feb 1, 2024 · 1 comment · Fixed by #515
Closed

Remove lazy_static #514

epage opened this issue Feb 1, 2024 · 1 comment · Fixed by #515

Comments

@epage
Copy link
Contributor

epage commented Feb 1, 2024

lazy_static can be replaced with OnceLock with the recent MSRV.

@epage
Copy link
Contributor Author

epage commented Feb 1, 2024

Started work on this

epage added a commit to epage/config-rs that referenced this issue Feb 1, 2024
epage added a commit to epage/config-rs that referenced this issue Feb 1, 2024
epage added a commit to epage/config-rs that referenced this issue Feb 2, 2024
epage added a commit to epage/config-rs that referenced this issue Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant