66816eeabe
When we ran rustfmt, it converted our bare `extern` blocks to `extern "C"` which has a different meaning apparently. This caused cbindgen to try to interpret the structs, and it barfed on the newtype void wrappers. Looking at libgit2-rs, it seems to use these "uninstantiable types" instead. Prep for using `rustfmt`. |
||
---|---|---|
.. | ||
src | ||
cargo-vendor-config | ||
Cargo.lock | ||
Cargo.toml | ||
cbindgen.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT |