[bindings] Drop useless `#[no_mangle]` from `pub type` definitions
authorMatt Corallo <git@bluematt.me>
Wed, 30 Dec 2020 20:14:42 +0000 (15:14 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 4 Jan 2021 21:14:26 +0000 (16:14 -0500)
commit7797d7c3c2d237ca8cbd31ba9a4611f80f647776
treeb22a2c7df884c0ca4bc03cd73c9d6921d0b71a8a
parent4fb82bdf93adb5da4d3edc287172c0735a9dc214
[bindings] Drop useless `#[no_mangle]` from `pub type` definitions

Newer rustc complains that "attribute should be applied to a function or
static"
c-bindings-gen/src/types.rs