Sourced from once_cell's changelog.
1.17.1
- Make
OnceRef
implementation compliant with strict provenance.
3514863
Merge #222f0ad5f0
Bump version to 1.17.1 and update the changelog.78ab172
Merge #2196e351e5
Use AtomicPtr for race::OnceRef to avoid ptr-int-ptr casts (keepingd706539
Merge #214cc07949
Explain safety of unsync::OnceCell::get(&self)
in more detailaf9d29c
drop useless arg