Skip to content

Commit 2dc8ba9

Browse files
authored
Merge pull request #13 from Rhuagh/fix/rustfmt
Disable rustfmt on the bindings, as it can occasionally cause build breakage
2 parents 528a392 + 7cd09a5 commit 2dc8ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ fn build(frameworks_path: &str) {
139139
let bindings = builder
140140
.trust_clang_mangling(false)
141141
.derive_default(true)
142+
.rustfmt_bindings(false)
142143
.generate()
143144
.expect("unable to generate bindings");
144145

0 commit comments

Comments
 (0)