mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
This commit doesn't change any behavior, but makes it so `all_members` returns a `Vec<Member>` instead of `Vec<Name>`, where a `Member` contains a `Name`. This gives us an expansion point to include other data (such as the type of the `Name`).