mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
Gates all uses of `get-size2` behind the feature `get-size` in the crate `ruff_python_ast`. Also requires that `ruff_text_size` is pulled in with the feature `get-size` enabled if we enable the same-named feature for `ruff_python_ast`.