Closed Rhuagh closed 6 years ago
Fixes #7.
By default, bindgen will run rustfmt on the generated bindings (internally in bindgen, not user requested). This can sometimes mess up the generated code so it doesn't compile. This PR disables that default behaviour.
This change is