Files
wasmtime/crates/bench-api/src
Nick Fitzgerald b17a734a57 Fix unused result that is #[must_use] (#4663)
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);
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
```
2022-08-09 13:17:43 -07:00
..