ruff/crates/ruff_linter
Ibraheem Ahmed 7abc41727b
[ty] Shrink size of AstNodeRef (#20028)
## Summary

Removes the `module_ptr` field from `AstNodeRef` in release mode, and
change `NodeIndex` to a `NonZeroU32` to reduce the size of
`Option<AstNodeRef<_>>` fields.

I believe CI runs in debug mode, so this won't show up in the memory
report, but this reduces memory by ~2% in release mode.
2025-08-22 17:03:22 -04:00
..
resources [flake8-use-pathlib] Add autofix for PTH211 (#20009) 2025-08-22 12:38:37 -05:00
src [ty] Shrink size of AstNodeRef (#20028) 2025-08-22 17:03:22 -04:00
Cargo.toml Bump 0.12.10 (#20025) 2025-08-21 13:09:31 -05:00