Fully-Qualify Paths in some contexts instead of assuming enums
authorMatt Corallo <git@bluematt.me>
Tue, 5 Apr 2022 18:05:11 +0000 (18:05 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 14 Apr 2022 00:21:42 +0000 (00:21 +0000)
Instead of assuming enum variants that have a name the same as a
field's type, actually build a (simple) qualified-name method and
start using it.


No differences found