We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e9a1f commit 6504fb4Copy full SHA for 6504fb4
crypto-auditing/build.rs
@@ -12,7 +12,7 @@ fn main() {
12
.header(HDR)
13
// Tell cargo to invalidate the built crate whenever any of the
14
// included header files changed.
15
- .parse_callbacks(Box::new(bindgen::CargoCallbacks))
+ .parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
16
.constified_enum_module("audit_event_type_t")
17
.constified_enum_module("audit_data_type_t")
18
// Finish the builder and generate the bindings.
0 commit comments