Separate logic to print `create_ownable_reference` types
authorMatt Corallo <git@bluematt.me>
Mon, 1 Nov 2021 18:35:30 +0000 (18:35 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 2 Nov 2021 16:54:45 +0000 (16:54 +0000)
commitaaa4aa00a4d6b70db8ef58f9e90f63ea4abb6ad4
tree8082591edac3ee8fec42c7d58755eaf4304e9abe
parent9d0db8cf4576ba68540287118de35bde9337c028
Separate logic to print `create_ownable_reference` types

These types aren't actually mapped in the same way as all other
types, so we really shouldn't be trying to use the same conversion
logic for both.
c-bindings-gen/src/main.rs
c-bindings-gen/src/types.rs