Ignore discriminants on enum variants
authorMatt Corallo <git@bluematt.me>
Mon, 27 Feb 2023 21:45:29 +0000 (21:45 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 6 Mar 2023 04:20:06 +0000 (04:20 +0000)
commit420d87e49b2f4d94b64d7b27572295d0f75ff072
tree577ab71b0bc549321553e9762c3f0d3bcf1828bf
parent5dfc948805a85fdd0ca37386228114f55ce4287a
Ignore discriminants on enum variants

While this loses the value information, its better than failing to
generate bindings at all.
c-bindings-gen/src/main.rs