ruff/crates/ruff_python_ast
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
tests Rename Arguments to Parameters in the AST (#6253) 2023-08-01 13:53:28 -04:00
Cargo.toml Remove some extraneous newlines in Cargo.toml (#6577) 2023-08-14 23:39:41 +00:00