once_cell
once_cell copied to clipboard
Fix: `sync::OnceCell::try_insert` docs should import `sync` variant
The doc example (i.e. doctest) imported the unsync variant of OnceCell.