mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 14:11:32 +00:00
Use MaybeUninit::as_mut_ptr as it's a more safer option to avoid any potential bugs with respect to uninitialized memory. Signed-off-by: Vaishali Thakkar <me.vaishalithakkar@gmail.com>