ruff/crates/ty_ide
David Peter 697998f836
[ty] Do not re-export ide_support attributes from types (#20769)
## Summary

The `types` module currently re-exports a lot of functions and data
types from `types::ide_support`. One of these is called `Member`, a name
that is overloaded several times already. And I'd like to add one more
`Member` struct soon. Making the whole `ide_support` module public seems
cleaner to me, anyway.

## Test Plan

Pure refactoring.
2025-10-08 17:45:28 +02:00
..
src [ty] Do not re-export ide_support attributes from types (#20769) 2025-10-08 17:45:28 +02:00
Cargo.toml [ruff] Remove Locator from Importer 2025-09-17 13:59:28 -04:00