ruff/crates/ruff_python_formatter/tests
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
..
snapshots Disallow implicit concatenation of t-strings and other string types (#19485) 2025-07-27 12:41:03 +00:00
fixtures.rs Disallow newlines in format specifiers of single quoted f- or t-strings (#18708) 2025-06-18 14:56:15 +02:00
normalizer.rs [ty] Shrink size of AstNodeRef (#20028) 2025-08-22 17:03:22 -04:00