ruff/crates/ruff_formatter
Charlie Marsh fc89976c24
Move Ranged into ruff_text_size (#6919)
## Summary

The motivation here is that this enables us to implement `Ranged` in
crates that don't depend on `ruff_python_ast`.

Largely a mechanical refactor with a lot of regex, Clippy help, and
manual fixups.

## Test Plan

`cargo test`
2023-08-27 14:12:51 -04:00
..
src Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
Cargo.toml Indent statements in suppressed ranges (#6507) 2023-08-15 08:00:35 +02:00
shared_traits.rs Implement IntoFormat for &T (#4781) 2023-06-01 12:20:49 +02:00