https://github.com/StephanvanSchaik/windows-kernel-rs/blob/060cb6aa37136180cb8afbcd5bf2383240702b39/windows-kernel-rs/src/device.rs#L411 Remove the warning like this ``` let _ = Box::from_raw(ptr as *mut T); ```
windows-kernel-rs/windows-kernel-rs/src/device.rs
Line 411 in 060cb6a
Remove the warning like this