You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
668: Fix minor mistakes in the Variant macros r=toasteater a=toasteater
- Add missing import to `derive(ToVariant)` output
- Use the correct variant name instead of `Ok` (leftover from `Result` impl) for `FromVariant` errors
Close#665
680: Take self by value when deriving OwnedToVariant r=toasteater a=toasteater
This was preventing the macro from working on types whose fields actually require OwnedToVariant.
Co-authored-by: toasteater <48371905+toasteater@users.noreply.github.com>
0 commit comments