mirror of https://github.com/astral-sh/ruff
## 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` |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| pattern_arguments.rs | ||
| pattern_keyword.rs | ||
| pattern_match_as.rs | ||
| pattern_match_class.rs | ||
| pattern_match_mapping.rs | ||
| pattern_match_or.rs | ||
| pattern_match_sequence.rs | ||
| pattern_match_singleton.rs | ||
| pattern_match_star.rs | ||
| pattern_match_value.rs | ||