Be more specific on what is happening here

This commit is contained in:
Fan Jiang 2020-03-31 17:03:07 -04:00
parent 74bfd9cad6
commit 526dac1914
1 changed files with 1 additions and 1 deletions

View File

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