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

From: Tamir Duberstein
Date: Tue Jan 14 2025 - 12:25:20 EST


On Fri, Jan 10, 2025 at 3:19 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>

Can this mention why it is needed?