ruff/crates/ruff_python_parser
Micha Reiser fe7d965334
Reduce `Result<Tok, LexicalError>` size by using `Box<str>` instead of `String` (#9885)
2024-02-08 20:36:22 +00:00
..
src Reduce `Result<Tok, LexicalError>` size by using `Box<str>` instead of `String` (#9885) 2024-02-08 20:36:22 +00:00
Cargo.toml Make all dependencies workspace dependencies (#9333) 2024-01-02 13:41:59 +00:00
build.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00