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 OnceLock in collab crate #8677

Merged
merged 4 commits into from
Mar 1, 2024

Conversation

maxdeviant
Copy link
Member

This PR replaces a lazy_static! usage in the collab crate with OnceLock from the standard library.

This allows us to drop the lazy_static dependency from this crate.

Release Notes:

  • N/A

@maxdeviant maxdeviant self-assigned this Mar 1, 2024
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Mar 1, 2024
@maxdeviant maxdeviant merged commit 91d1146 into main Mar 1, 2024
8 checks passed
@maxdeviant maxdeviant deleted the marshall/replace-lazy-static-in-collab branch March 1, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant