Skip to content

Commit 38bdd38

Browse files
committed
fix: nighly build by removing layout tests
See rust-lang/rust-bindgen#1651 for context
1 parent 3450efb commit 38bdd38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

foundationdb-sys/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ fn main() {
9292
.clang_arg(INCLUDE_PATH)
9393
.header(wrapper_path)
9494
.generate_comments(true)
95+
.layout_tests(false)
9596
.generate()
9697
.expect("Unable to generate FoundationDB bindings");
9798
bindings

0 commit comments

Comments
 (0)