switch from num_enum to derive_more #1532
Labels
chore
Maintenance or other non-bug, non-feature
easy
Trivial to do (even when tired!) and semi-worthwhile
high priority
Should be done fairly soon
Switch from
num_enum
toderive_more
.The actix ecosystem already uses
derive_more
and our use ofnun_enum
is extremely limited to functionality that is inderive_more
, so it makes sense to switch now.FWIW, this caught my attention as I was working on #576, where I'm minorly refactoring variants (although not the actual values).
The text was updated successfully, but these errors were encountered: