Files
ruff/crates/ruff_python_formatter/src
Douglas Creager ef85c682bd Remove customizable reference enum names (#15647)
The AST generator creates a reference enum for each syntax group — an
enum where each variant contains a reference to the relevant syntax
node. Previously you could customize the name of the reference enum for
a group — primarily because there was an existing `ExpressionRef` type
that wouldn't have lined up with the auto-derived name `ExprRef`. This
follow-up PR is a simple search/replace to switch over to the
auto-derived name, so that we can remove this customization point.
2025-01-21 13:46:31 -05:00
..
2024-05-03 12:46:21 +00:00
2025-01-17 17:11:00 -05:00
2024-11-15 19:31:15 +01:00
2025-01-17 17:11:00 -05:00
2025-01-09 10:20:06 +01:00