gaea icon indicating copy to clipboard operation
gaea copied to clipboard

Review unsafe code

Open Thomasdezeeuw opened this issue 5 years ago • 1 comments

Some of the use of unsafe code is incorrect I think. For example the use of mem::uninitialized should be replaced with mem::MaybeUninit (currently unstable).

Thomasdezeeuw avatar Feb 01 '19 19:02 Thomasdezeeuw