[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>
Fri, 15 Jan 2021 00:49:14 +0000 (19:49 -0500)
commit1c18224d1dd08736fb889222248b96d568c81e9e
treed492a671717566a24fc91642c4d278f30cb070f7
parenta5c3fb8138bd71a6327fd709425c1620e7f00f51
[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