Skip to content

Commit

Permalink
minerva/bindgen.rs: Remove .rustfmt_bindings(), fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel committed Oct 24, 2024
1 parent 0fb85e3 commit 46b8754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psa-crypto-sys/minerva/bindgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ impl crate::mbedtls::BuildConfig {
.derive_default(true)
.prepend_enum_name(false)
.translate_enum_integer_types(true)
.rustfmt_bindings(false)
.raw_line("#![allow(dead_code, deref_nullptr, non_snake_case, non_camel_case_types, non_upper_case_globals, invalid_value)]")
.generate()
.expect("bindgen error")
Expand Down

0 comments on commit 46b8754

Please sign in to comment.