-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-maintenanceCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Description
This issue has been opened to resolve the question posed in #3187 (comment), from the PR replacing lazy_static with once_cell.
This PR is fine as a first step.
However, I am noticing that
once_cellhas support forparking_lotas an optional feature. Ideally, we could enable that feature when we enable that feature, but cargo does not support this.Instead, we may consider vendoring
once_cellto work around this.
Metadata
Metadata
Assignees
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-maintenanceCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.