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
Thanks for raising this issue! This would make things a lot simpler. I can't remember exactly why I documented it this way, but I will have to check (might be it was due to the way macros imports were handled before but not sure anymore)...
The readme currently recommends manually adding
use
statements for oneofs withThis obviously is a huge pain if you have a lot of oneofs. Luckily it's also totally unnecessary.
Simply changing:
To
Is a much easier fix
The text was updated successfully, but these errors were encountered: