Linda_pp 54660765af
capi: fix 'unused return value' warnings
Somewhat recently, 'CString::from_raw' got a '#[must_use]' slapped
on it. Arguably, writing 'drop' around its return value is indeed much
clearer. So we do that here.

We also do that for 'Box::from_raw' even though it doesn't have a
'#[must_use]' on it. But the same principle applies.

PR 
2022-07-14 09:36:58 -04:00
..
2021-04-30 20:02:56 -04:00
2019-03-30 10:47:45 -04:00