ruff/crates/ruff_python_parser
Charlie Marsh db1c556508
Implement Ranged on more structs (#6639)
## Summary

I noticed some inconsistencies around uses of `.range.start()`, structs
that have a `TextRange` field but don't implement `Ranged`, etc.

## Test Plan

`cargo test`
2023-08-17 11:22:39 -04:00
..
src Implement Ranged on more structs (#6639) 2023-08-17 11:22:39 -04:00
build.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
Cargo.toml Support help end escape command with priority (#6272) 2023-08-07 21:01:02 +05:30