Process all type aliases as C types, leaning on annotations to skip
authorMatt Corallo <git@bluematt.me>
Fri, 18 Mar 2022 03:23:28 +0000 (03:23 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 23 Mar 2022 00:44:01 +0000 (00:44 +0000)
Previously we'd used the presence of generics on a type alias
definition to decide when to skip creation of a corresponding C
type. However, with `ProbabilisticScorer`, we now have a type alias
which has a generic bound but which we still want to create a C
type for.


No differences found