mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
## Summary Move the `class_member` function to the `member` module. This allows us to move the `member` module into the `types` module and to reduce the visibility of its contents to `pub(super)`. The drawback is that we need to make `place::place_by_id` public. ## Test Plan Pure refactoring. |
||
|---|---|---|
| .. | ||
| resources | ||
| src | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| mdtest.py | ||
| mdtest.py.lock | ||