leudz / shipyard

Entity Component System focused on usability and flexibility.
Other
750 stars 45 forks source link

Use std::result::Result in proc-macros #192

Closed snyball closed 8 months ago

snyball commented 8 months ago

Clarify Result as std::result::Result in the output of proc-macros, so that they work in namespaces that have a custom Result type.

leudz commented 8 months ago

Thanks!