Stream: git-wasmtime

Topic: wasmtime / PR #4663 Fix unused result that is `#[must_use]`


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

fitzgen opened 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 18:43):

fitzgen requested abrown for a review on PR #4663.


Last updated: Oct 23 2024 at 20:03 UTC