mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-15 04:49:31 +00:00
![]() ## Summary This PR does some housekeeping into moving certain structs into related modules. Specifically, 1. Move `LexicalError` from `lexer.rs` to `error.rs` which also contains the `ParseError` 2. Move `Token`, `TokenFlags` and `TokenValue` from `lexer.rs` to `token.rs` |
||
---|---|---|
.. | ||
snapshots | ||
expression.rs | ||
helpers.rs | ||
mod.rs | ||
pattern.rs | ||
progress.rs | ||
recovery.rs | ||
statement.rs | ||
tests.rs |