ruff/crates/ruff_python_ast
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
tests Remove type parameter from `parse_*` methods (#9466) 2024-01-11 19:41:19 +01:00
Cargo.toml Use Rust 1.76 (#9897) 2024-02-08 18:20:08 +00:00