ruff/crates/ruff_python_trivia/src
Charlie Marsh cea2ec8dd0
Use a sorted vector for block comments (#9337)
## Summary

I realized that we can avoid allocating a hash map here.
2023-12-31 19:52:40 +00:00
..
snapshots Tokenizer: Emit only a single bogus token (#7425) 2023-09-19 16:06:03 +02:00
comment_ranges.rs Use a sorted vector for block comments (#9337) 2023-12-31 19:52:40 +00:00
cursor.rs Use CommentRanges in backwards lexing (#7360) 2023-09-16 03:21:45 +00:00
lib.rs Extend pragma comment cases (#7687) 2023-09-28 18:55:19 +00:00
pragmas.rs Extend pragma comment cases (#7687) 2023-09-28 18:55:19 +00:00
textwrap.rs Use consistent re-export from ruff_source_file (#9320) 2023-12-30 14:48:45 -05:00
tokenizer.rs Update to Rust 1.74 and use new clippy lints table (#8722) 2023-11-16 18:12:46 -05:00
whitespace.rs Remove source path from parser errors (#9322) 2023-12-30 20:33:05 +00:00