Re: [PATCH] rust: upgrade to Rust 1.77.0

From: Miguel Ojeda
Date: Mon Feb 19 2024 - 11:01:34 EST


On Mon, Feb 19, 2024 at 10:06 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> Maybe you should just add the as_ptr method to ThisModule now? It will
> silence the warning, and doesn't trigger a warning of its own since it
> is pub.

Yeah, either way is fine -- I meant the patch to be independent and to
avoid adding an API without a user, but it is not a big deal.

> Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>

Thanks!

Cheers,
Miguel