Re: [PATCH v2 0/2] rust: sync: Arc: Implement Debug and Display

From: Miguel Ojeda
Date: Sun Apr 09 2023 - 22:53:17 EST


On Tue, Feb 7, 2023 at 7:52 PM Boqun Feng <boqun.feng@xxxxxxxxx> wrote:
>
> I found that our Arc doesn't implement `Debug` or `Display` when I tried
> to play with them, therefore add these implementation.

Applied to `rust-next` (with the few changes mentioned). Thanks!

Cheers,
Miguel