lenscas / tealr

A wrapper around mlua to generate documentation, definition files and other helpers
69 stars 9 forks source link

Filter out invalid attributes on creator struct #76

Closed lenscas closed 1 year ago

lenscas commented 1 year ago

The creator struct gained every attribute of the enum it creates. This causes problems if the enum has attributes from other crates

To fix this, only tealr based attributes get now applied.