Correct handling of Display trait conversion
authorMatt Corallo <git@bluematt.me>
Fri, 30 Apr 2021 04:33:10 +0000 (04:33 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 30 Apr 2021 04:35:38 +0000 (04:35 +0000)
commit27024f00ed3d424219c8ed8e652f6d1a97251e34
treeb5101ae71bf1be2424b628839534690afadb1ba6
parent5eebd45b471833805e81ad4c23ec93d7711e0a23
Correct handling of Display trait conversion

Previously we were incorrectly taking the *Rust* objects as
parameters in C functions instead of the C-mapped ones.
c-bindings-gen/src/main.rs