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! macro with once_cell::sync::Lazy #436

Closed
4 tasks done
elpiel opened this issue Sep 27, 2021 · 0 comments · Fixed by #456
Closed
4 tasks done

replace lazy_static! macro with once_cell::sync::Lazy #436

elpiel opened this issue Sep 27, 2021 · 0 comments · Fixed by #456
Labels
good first issue Good for newcomers

Comments

@elpiel
Copy link
Member

elpiel commented Sep 27, 2021

Replace in the following crates:

Using once_cell::sync::Lazy will remove the complexity of the lazy_static! macro and improve readability as it achieves the same thing but without a macro.

Branch & PR should be against the aip-61-adex-v5.

@elpiel elpiel added the good first issue Good for newcomers label Sep 27, 2021
@elpiel elpiel linked a pull request Nov 11, 2021 that will close this issue
@elpiel elpiel closed this as completed Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant