Re: [PATCH v2] rust: enable slice_flatten feature and provide it through an extension trait
From: Miguel Ojeda
Date: Tue Nov 04 2025 - 09:21:50 EST
On Tue, Nov 4, 2025 at 3:10 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> You should double-check, but I don't think you need to list it here
> because all uses of the unstable method are under the `rust/` directory.
Yeah, having the indirection and no macros expanding it, it should not
be needed.
It doesn't matter much, since it is stable anyway, but removing it
would at least help other crates not using the indirection by mistake.
Cheers,
Miguel