Re: [PATCH v6 03/14] rust: sync: add `Arc::as_ptr`

From: Alice Ryhl
Date: Fri Jan 17 2025 - 04:11:16 EST


On Fri, Jan 10, 2025 at 9:17 PM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>
> Add a method to get a pointer to the data contained in an `Arc`.
>
> Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>

A reason for why it's needed would be nice, but:

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>