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 the once_cell dependency with the types from libstd #11611

Open
nagisa opened this issue Jun 19, 2024 · 0 comments
Open

replace the once_cell dependency with the types from libstd #11611

nagisa opened this issue Jun 19, 2024 · 0 comments
Labels
C-housekeeping Category: Refactoring, cleanups, code quality

Comments

@nagisa
Copy link
Collaborator

nagisa commented Jun 19, 2024

libstd recently stabilized a number of types that mirror what once_cell crate has been doing. We could replace this crate now with the libstd implementation, thus reducing our direct dependencies by a little bit.

That said this is likely very low impact -- our dependency tree will have crates that in turn depend on once_cell for sure, so the dependency will likely remain in place.

@nagisa nagisa added the C-housekeeping Category: Refactoring, cleanups, code quality label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-housekeeping Category: Refactoring, cleanups, code quality
Projects
None yet
Development

No branches or pull requests

1 participant