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

From: Vincenzo Palazzo
Date: Tue Feb 07 2023 - 15:27:46 EST


On Tue Feb 7, 2023 at 7:03 PM UTC, Carlos Bilbao wrote:
> On 2/7/23 12:52, Boqun Feng 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>
>
>
> s/Reviwed/Reviewed
Ops! this is my fautl! I will review the version 2.