Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete unreachable cases from raw identifier check
"" is ruled out by the check for `if string.is_empty()` at the top. "$crate" and "{{root}}" are ruled out because their first character does not pass `is_ident_start`.
- Loading branch information