ruff/crates/ruff_text_size/src
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
..
lib.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
range.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00
schemars_impls.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
serde_impls.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
size.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00
traits.rs Move Ranged into ruff_text_size (#6919) 2023-08-27 14:12:51 -04:00