ruff/crates/ruff_python_codegen/src
Charlie Marsh 9f3567dea6
Use range: _ in lieu of range: _range (#6296)
## Summary

`range: _range` is slightly inconvenient because you can't use it
multiple times within a single match, unlike `_`.
2023-08-02 22:11:13 -04:00
..
generator.rs Use range: _ in lieu of range: _range (#6296) 2023-08-02 22:11:13 -04:00
lib.rs Remove Parse trait (#6235) 2023-08-01 18:35:03 +02:00
stylist.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00