Use MaybeUninit<u8>
for IpDisplayBuffer
.
This commit is contained in:
parent
033e9d66ff
commit
31540f5e15
2 changed files with 14 additions and 6 deletions
|
@ -294,6 +294,8 @@
|
|||
#![feature(std_internals)]
|
||||
#![feature(str_internals)]
|
||||
#![feature(strict_provenance)]
|
||||
#![feature(maybe_uninit_uninit_array)]
|
||||
#![feature(const_maybe_uninit_uninit_array)]
|
||||
//
|
||||
// Library features (alloc):
|
||||
#![feature(alloc_layout_extra)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue