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

Replace lazy_static #215

Open
RadiatedMonkey opened this issue Jan 6, 2024 · 0 comments
Open

Replace lazy_static #215

RadiatedMonkey opened this issue Jan 6, 2024 · 0 comments
Labels
A-deps Area: dependency updates C-refactor Category: refactor of existing code E-easy Call for participation. This issue should be easy to fix good first issue Issues that are a good fit for first-time contributors P-low Low priority

Comments

@RadiatedMonkey
Copy link
Member

The lazy_static crate is deprecated and should be replaced with std::sync::OnceLock.

@RadiatedMonkey RadiatedMonkey added the A-deps Area: dependency updates label Jan 6, 2024
@RadiatedMonkey RadiatedMonkey self-assigned this Jan 6, 2024
@RadiatedMonkey RadiatedMonkey added C-refactor Category: refactor of existing code P-low Low priority E-easy Call for participation. This issue should be easy to fix good first issue Issues that are a good fit for first-time contributors labels Feb 25, 2024
@RadiatedMonkey RadiatedMonkey removed their assignment Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: dependency updates C-refactor Category: refactor of existing code E-easy Call for participation. This issue should be easy to fix good first issue Issues that are a good fit for first-time contributors P-low Low priority
Projects
None yet
Development

No branches or pull requests

1 participant