mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-09 17:32:50 +00:00
It was convenient that expression nodes can be compared in tests, but no equivalence property is needed at runtime. Let's remove Eq/PartialEq to simplify the extension support.