mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
f9b9467866
Simplify SyncOnceCell's `take` and `drop`. Prevents copies by using `assume_init_read` and `assume_init_drop`.