Re: [PATCH 16/18] rust: syn: remove `unicode-ident` dependency
From: Alice Ryhl
Date: Mon Nov 10 2025 - 06:48:12 EST
On Mon, Nov 10, 2025 at 10:50:21AM +0100, Miguel Ojeda wrote:
> The `syn` crate depends on the `unicode-ident` crate to determine whether
> characters have the XID_Start or XID_Continue properties according to
> Unicode Standard Annex #31.
>
> However, we only need ASCII identifiers in the kernel, thus we can
> simplify the check and remove completely that dependency.
>
> Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>