Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows: use
Box::leak()
instead of Box::into_raw()
This was detected by a new change in Nightly Rust that applied `#[must_use]` to the return value of `Box::into_raw()`.
- Loading branch information