mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-06 06:31:31 +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>