rust-analyzer/crates/hir-def
Chayim Refael Friedman 79214583f6 Use a record struct instead of a tuple for each namespace in PerNs
The reason I did this is because I plan to add another field to this struct (indicating whether the item was cfg'ed out), but it seems worthy even separately and removes a bunch of one-letter variable names and tuple-indexing. It is also easy to separate from future changes, so it will be easier to review this way.
2024-12-16 22:39:50 +02:00
..
src Use a record struct instead of a tuple for each namespace in PerNs 2024-12-16 22:39:50 +02:00
Cargo.toml Implement semitransparent hygiene 2024-10-22 21:26:56 +03:00