kupiakos / open-enum

Opens up a Rust enum to allow for non-specified values
Apache License 2.0
16 stars 6 forks source link

Investigate using `#[automatically_derived]` to make `Debug`-transmogrification less fallible #16

Closed kupiakos closed 2 months ago

kupiakos commented 9 months ago

automatically_derived is an attribute added to derives of internal attributes. Perhaps path_matches_prelude_derive could be changed to use that detect Debug more correctly.

kupiakos commented 2 months ago

No, it's added to impls, not the derives themselves