Re: [PATCH v5 1/9] rust: types: add `NotThreadSafe`

From: Alice Ryhl
Date: Fri Feb 09 2024 - 06:49:34 EST


On Fri, Feb 9, 2024 at 12:18 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
> + types::{NotThreadSafe, ScopeGuard, Opaque},

Oops. This one doesn't pass rustfmt. Embarrassing.

I was hoping that this would be the last version. Maybe Miguel can fix
the ordering here when he takes it? (Assuming I don't need to send a
v6.)

It's supposed to be:
types::{NotThreadSafe, Opaque, ScopeGuard},

There shouldn't be any other issues in this patchset.

Alice