ruff/crates/ruff_python_ast
Charlie Marsh c895252aae
Remove RefEquality (#6393)
## Summary

See discussion in
https://github.com/astral-sh/ruff/pull/6351#discussion_r1284996979. We
can remove `RefEquality` entirely and instead use a text offset for
statement keys, since no two statements can start at the same text
offset.

## Test Plan

`cargo test`
2023-08-07 16:04:50 +00:00
..
src Remove RefEquality (#6393) 2023-08-07 16:04:50 +00:00
tests Rename Arguments to Parameters in the AST (#6253) 2023-08-01 13:53:28 -04:00
Cargo.toml Add static assertions to nodes (#6228) 2023-08-01 11:54:49 +02:00