ruff/crates/ruff_python_trivia
konsti 6dade5b9ab
Tokenizer: Emit only a single bogus token (#7425)
**Summary** Instead of emitting a bogus token per char, we now only emit
on single last bogus token. This leads to much more concise output.

**Test Plan** Updated fixtures
2023-09-19 16:06:03 +02:00
..
src Tokenizer: Emit only a single bogus token (#7425) 2023-09-19 16:06:03 +02:00
Cargo.toml Use CommentRanges in backwards lexing (#7360) 2023-09-16 03:21:45 +00:00