Skip to content

Replace occurences of uninitialized with MaybeUninit

AdminXVII requested to merge no-uninit into master

mem::uninitialized is deprecated, so move over the not-UB MaybeUninit.

Merge request reports