Skip to content

Commit

Permalink
rust: remove obsolete bindgen commands
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Feb 8, 2021
1 parent 5028558 commit 06823ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bindings/rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ fn main() {

let bindings = bindgen::Builder::default()
.header("fizzy/include/fizzy/fizzy.h")
// See https://github.com/rust-lang-nursery/rust-bindgen/issues/947
.trust_clang_mangling(false)
.generate_comments(true)
// https://github.com/rust-lang-nursery/rust-bindgen/issues/947#issuecomment-327100002
.layout_tests(false)
.whitelist_function("fizzy_.*")
.whitelist_var("Fizzy.*")
.whitelist_type("Fizzy.*")
Expand Down

0 comments on commit 06823ec

Please sign in to comment.