Be more specific on what is happening here
This commit is contained in:
parent
74bfd9cad6
commit
526dac1914
|
@ -46,7 +46,7 @@ where
|
|||
|
||||
#[inline]
|
||||
unsafe fn allocate_uninitialized(_: R, _: C) -> Self::Buffer {
|
||||
mem::MaybeUninit::uninit().assume_init()
|
||||
mem::MaybeUninit::<Self::Buffer>::uninit().assume_init()
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
Loading…
Reference in New Issue