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 #2043

Merged
merged 1 commit into from
Feb 12, 2025
Merged

remove lazy_static #2043

merged 1 commit into from
Feb 12, 2025

Conversation

s7tya
Copy link
Contributor

@s7tya s7tya commented Feb 12, 2025

Since #2042, now we can use std::sync::LazyCell instead of lazy_static.

(FYI: lazy_static is deprecated)

@s7tya s7tya force-pushed the remove-lazy-static branch from 469c4c2 to 8e96f31 Compare February 12, 2025 12:52
Copy link
Contributor

@Kobzol Kobzol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thanks.

@Kobzol Kobzol merged commit fa1f55a into rust-lang:master Feb 12, 2025
11 checks passed
@s7tya s7tya deleted the remove-lazy-static branch February 12, 2025 13:24
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 this pull request may close these issues.

2 participants