mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-08 18:13:08 +08: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.