Skip to content

rust/charset: make the use of ManuallyDrop consistent

pranjal requested to merge pranjal/libipuz:fix-charset-again into master

use ManuallyDrop::new and Box::from_raw, Arc::from_raw everywhere. Previously, &mut *ptr was being used in some places. These two have the same functionality.

Let me know if I should change all of them to &mut *ptr instead.

Edited by pranjal

Merge request reports