neon
neon copied to clipboard
`Managed::from_raw` should be marked unsafe
The Managed::from_raw trait method turns a raw pointer into a specific type without any way to validate. It should be marked unsafe.