Skip to content

Commit

Permalink
Disable bindgen layout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dahl committed Oct 5, 2023
1 parent ae20d3c commit 6d14433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r2r_common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub fn print_cargo_watches() {

pub fn setup_bindgen_builder() -> bindgen::Builder {
let mut builder = bindgen::Builder::default()
.layout_tests(false)
.derive_copy(false)
.size_t_is_usize(true)
.default_enum_style(bindgen::EnumVariation::Rust {
Expand Down

0 comments on commit 6d14433

Please sign in to comment.