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
..
2022-08-04 20:02:19 -05:00
2022-08-09 13:17:43 -07:00
2022-07-28 18:01:03 +00:00
2022-08-04 20:02:19 -05:00
2022-08-08 15:25:15 -07:00
2022-08-09 14:52:20 -05:00
2022-08-09 14:52:20 -05:00
2022-08-08 16:01:57 +00:00
2022-08-09 14:52:20 -05:00
2022-08-04 20:02:19 -05:00
2022-08-08 13:54:51 -07:00
2022-08-04 20:02:19 -05:00
2022-08-04 20:02:19 -05:00
2022-08-09 14:52:20 -05:00
2022-08-08 15:48:03 -07:00
2022-08-04 20:02:19 -05:00
2022-08-04 20:02:19 -05:00
2022-08-04 20:02:19 -05:00
2022-08-04 20:02:19 -05:00
2022-08-04 20:02:19 -05:00
2022-08-04 20:02:19 -05:00
2022-08-09 14:52:20 -05:00
2022-08-04 20:02:19 -05:00
2022-08-04 20:02:19 -05:00