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

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


> 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!

Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@xxxxxxxxx>