Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: syn: remove
unicode-ident
dependency
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 torvalds#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@kernel.org>
- Loading branch information