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 with OnceCell #101

Closed
gakonst opened this issue Mar 5, 2020 · 0 comments · Fixed by #139
Closed

Replace lazy_static with OnceCell #101

gakonst opened this issue Mar 5, 2020 · 0 comments · Fixed by #139

Comments

@gakonst
Copy link
Contributor

gakonst commented Mar 5, 2020

Once_cell

For about a year now the Rust constant-evaluation pipeline has been robust enough that lazy_static is entirely replaceable by the once_cell crate, which provides a macro-free way of doing what lazy_static once did.

rust-lang-nursery/lazy-static.rs#111
rust-lang/rfcs#2788

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