Re: [PATCH 19/19] rust: std_vendor: simplify `{ .. macro! .. }` with inner attributes
From: Alice Ryhl
Date: Thu Sep 05 2024 - 04:21:26 EST
On Wed, Sep 4, 2024 at 10:45 PM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> It is cleaner to have a single inner attribute rather than needing
> several hidden lines to wrap the macro invocations.
>
> Thus simplify them.
>
> Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Are we ok with changing std_vendor?
Alice