ruff/crates/ruff_shrinking
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
Cargo.toml Use tracing for format_dev (#6177) 2023-07-31 19:14:01 +00:00