Fixed
- Semantic errors (e.g. a field not implementing
Diffable
) are better annotated. - The
Diffable
derive macro now produces references tocore
rather than tostd
, meaning that the code it generates is no-std compatible.
Diffable
) are better annotated.Diffable
derive macro now produces references to core
rather than to std
, meaning that the code it generates is no-std compatible.