Consider removing dependency on LazyCell #9310
Labels
A-cargo-api
Area: cargo-the-library API and internal code issues
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
There is a slight risk of race condition with LazyCell because of its API design, it may be a good idea to replace its uses with OnceCell.
The text was updated successfully, but these errors were encountered: