Stream: git-wasmtime

Topic: wasmtime / PR #4663 Fix unused return value that is `#[mu...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 18:43):

fitzgen edited PR #4663 from fix-another-warning to main:

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);
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 19:54):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 09 2022 at 20:17):

fitzgen merged PR #4663.


Last updated: Oct 23 2024 at 20:03 UTC