Skip to content

Commit

Permalink
Merge pull request #13 from Rhuagh/fix/rustfmt
Browse files Browse the repository at this point in the history
Disable rustfmt on the bindings, as it can occasionally cause build breakage
  • Loading branch information
Rhuagh authored Jun 8, 2018
2 parents 528a392 + 7cd09a5 commit 2dc8ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ fn build(frameworks_path: &str) {
let bindings = builder
.trust_clang_mangling(false)
.derive_default(true)
.rustfmt_bindings(false)
.generate()
.expect("unable to generate bindings");

Expand Down

0 comments on commit 2dc8ba9

Please sign in to comment.