mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-06 17:02:30 -04:00
0abbde5742
## Summary It looks like this code was special-casing `TokenKind::String`, but missed the non-`TokenKind::String` string-like tokens (like for f-strings). Closes https://github.com/astral-sh/ruff/issues/24409.