Re: [Libguestfs] [PATCH nbdkit] rust: Drop box ptr

2022-09-29 Thread Richard W.M. Jones
On Thu, Sep 29, 2022 at 09:56:34AM -0600, alan somers wrote: > This change is correct. You can consider it reviewed by me and commit > it. As for the warning from Mockall, that's a bug in Mockall. I'll > fix it. Thanks Alan - the drop() addition pushed as 6836e4c36. Rich. > On Thu, Sep 29, 20

Re: [Libguestfs] [PATCH nbdkit] rust: Drop box ptr

2022-09-29 Thread alan somers
Here's the bug https://github.com/asomers/mockall/issues/414 On Thu, Sep 29, 2022 at 9:56 AM alan somers wrote: > > This change is correct. You can consider it reviewed by me and commit > it. As for the warning from Mockall, that's a bug in Mockall. I'll > fix it. > > On Thu, Sep 29, 2022 at 8

Re: [Libguestfs] [PATCH nbdkit] rust: Drop box ptr

2022-09-29 Thread alan somers
This change is correct. You can consider it reviewed by me and commit it. As for the warning from Mockall, that's a bug in Mockall. I'll fix it. On Thu, Sep 29, 2022 at 8:21 AM Richard W.M. Jones wrote: > > Because of this recent change to rust, our close function warned that > we calculate Bo