mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 13:33:50 +00:00
![]() ## Summary Another drive-by change to remove unnecessary custom lexing. We just need to know the parenthesized range, so we can use... `parenthesized_range`. I've also updated `parenthesized_range` to support nested parentheses. ## Test Plan `cargo test` |
||
---|---|---|
.. | ||
snapshots | ||
identifier.rs | ||
parenthesize.rs | ||
preorder.rs | ||
stmt_if.rs | ||
visitor.rs |