We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3450efb commit 38bdd38Copy full SHA for 38bdd38
foundationdb-sys/build.rs
@@ -92,6 +92,7 @@ fn main() {
92
.clang_arg(INCLUDE_PATH)
93
.header(wrapper_path)
94
.generate_comments(true)
95
+ .layout_tests(false)
96
.generate()
97
.expect("Unable to generate FoundationDB bindings");
98
bindings
0 commit comments