Browse Source
A full Eq implementation is no needed for ReservedValue, as we only need to check whether a value is the reserved one. For entities (defined with `entity_impl!`) this doesn't make much difference, but for more complicated types this avoids generating redundant `Eq`s.pull/1754/head
Ömer Sinan Ağacan
5 years ago
committed by
Benjamin Bouvier
2 changed files with 18 additions and 4 deletions
Loading…
Reference in new issue