Add TODO notice and reference to issue

This commit is contained in:
Fan Jiang 2020-03-31 17:04:10 -04:00
parent 526dac1914
commit 451c61e293
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ where
#[inline]
unsafe fn allocate_uninitialized(_: R, _: C) -> Self::Buffer {
// TODO: Undefined behavior, see #556
mem::MaybeUninit::<Self::Buffer>::uninit().assume_init()
}