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

migrate from lazy_static to once_cell across project #264

Merged
merged 1 commit into from
May 30, 2023
Merged

Conversation

mcginty
Copy link
Collaborator

@mcginty mcginty commented May 30, 2023

Carrying over a suggestion from #258 to the whole codebase - it looks like std will eventually integrate something like this crate, and might as well not have two of basically the same dependency in the mean time.

(Also got rid of a compiler warning about an unneeded mut.)

Copy link
Member

@strohel strohel left a comment

Choose a reason for hiding this comment

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

Thanks, this is much more ergonomic. Just one last question.

client/Cargo.toml Outdated Show resolved Hide resolved
@mcginty mcginty force-pushed the once-cell branch 2 times, most recently from b6b7733 to 580ab6b Compare May 30, 2023 08:40
@strohel strohel merged commit ebeac3d into main May 30, 2023
@strohel strohel deleted the once-cell branch May 30, 2023 09: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