Re: [PATCH v2 1/2] rust: sync: impl {Debug,Display} for {Unique,}Arc

From: Boqun Feng
Date: Tue Feb 07 2023 - 15:55:40 EST


On Tue, Feb 07, 2023 at 08:45:59PM +0000, Vincenzo Palazzo wrote:
> > This allows printing the inner data of `Arc` and its friends if the
> > inner data implements `Display` or `Debug`. It's useful for logging and
> > debugging purpose.
> >
> > Signed-off-by: Boqun Feng <boqun.feng@xxxxxxxxx>
> > Reviwed-by: Vincenzo Palazzo <vincenzopalazzodev@xxxxxxxxx>
> > ---
> With this review I will override my previous one, because it
> contains a typo inside the Reviewed-by.
>
> Sorry about that!
>

No worries.

> Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@xxxxxxxxx>

Thanks!

Regards,
Boqun