Re: [PATCH 1/2] rust: arc: rename `ArcInner` to `WithRef`

From: Alice Ryhl
Date: Fri Sep 22 2023 - 11:26:59 EST


On Thu, Sep 21, 2023 at 11:35 PM Wedson Almeida Filho
<wedsonaf@xxxxxxxxx> wrote:
>
> From: Wedson Almeida Filho <walmeida@xxxxxxxxxxxxx>
>
> This is in preparation for removing `ArcBorrow` and making `WithRef`
> public.
>
> This is a pure name change with no functional changes intended.
>
> Suggested-by: Björn Roy Baron <bjorn3_gh@xxxxxxxxxxxxxx>
> Signed-off-by: Wedson Almeida Filho <walmeida@xxxxxxxxxxxxx>

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>