1
Fork 0

library: Destabilize Lazy{Cell,Lock}::{force,deref}_mut

This commit is contained in:
Jubilee Young 2024-09-17 09:31:57 -07:00
parent d0a2ca4867
commit d9cdb71497
5 changed files with 9 additions and 28 deletions

View file

@ -77,6 +77,7 @@
#![feature(iterator_try_collect)]
#![feature(iterator_try_reduce)]
#![feature(layout_for_ptr)]
#![feature(lazy_get)]
#![feature(maybe_uninit_fill)]
#![feature(maybe_uninit_uninit_array_transpose)]
#![feature(maybe_uninit_write_slice)]