-
Notifications
You must be signed in to change notification settings - Fork 625
Use std::sync::LazyLock instead of lazy_static #3951
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
Use std::sync::LazyLock instead of lazy_static #3951
Conversation
Thanks @FalkWoldmann for your PR
|
Thanks for the quick review! I will move the formatting changes to a separate PR asap. Regarding your second remark: I am not quite sure what you mean by source regarding the change. Could you maybe clarify that a little more? Thanks! |
@fabricereix see announcement here https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html |
Yes, this link/reference is good to me |
I reverted the formatting and added the link to the issue as context |
sorry @FalkWoldmann to be a bit pedantic |
1bd8d6d
to
f2c7bde
Compare
done |
/accept |
🕗 /accept is running, please wait for completion. |
f2c7bde
to
bfa08cf
Compare
🕗 /accept is still running, please wait for completion. |
✅ Pull request merged with fast forward by
|
fixes #3950