ruff/crates/ruff_python_ast
Charlie Marsh 4d6f5ff0a7
Remove Int wrapper type from parser (#7577)
## Summary

This is only used for the `level` field in relative imports (e.g., `from
..foo import bar`). It seems unnecessary to use a wrapper here, so this
PR changes to a `u32` directly.
2023-09-21 17:01:44 +00:00
..
src Remove Int wrapper type from parser (#7577) 2023-09-21 17:01:44 +00:00
tests Use CommentRanges in backwards lexing (#7360) 2023-09-16 03:21:45 +00:00
Cargo.toml Introduce ArgOrKeyword to keep call parameter order (#7302) 2023-09-13 08:45:46 +00:00