Closed robbert-vdh closed 2 years ago
This has been happening since June/July. Box::from_raw has a #[must_use] attribute and thus needs to either be bound to a binding or dropped explicitly.
Box::from_raw
#[must_use]
This has been happening since June/July.
Box::from_raw
has a#[must_use]
attribute and thus needs to either be bound to a binding or dropped explicitly.