Browse Source
Fixes this compiler warning: ``` warning: unused return value of `Box::<T>::from_raw` that must be used --> crates/bench-api/src/lib.rs:351:9 | 351 | Box::from_raw(state as *mut BenchState); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ```pull/4668/head
Nick Fitzgerald
2 years ago
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue