tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
446 stars 82 forks source link

ignore deprecated enum fields for now #230

Closed snproj closed 1 year ago

snproj commented 1 year ago

Just discovered that there's no support for deprecated enum fields; this is a stopgap fix while I work on actual deprecation support.

This just ignores the deprecated tag for enums for now.