Add TODO notice and reference to issue
This commit is contained in:
parent
526dac1914
commit
451c61e293
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue