Skip to content

Commit

Permalink
build: Don't rustfmt bindings
Browse files Browse the repository at this point in the history
This is a band-aid over [6210] that will make CI steps pass while a
broken rustfmt is in nightly.

[6210]: rust-lang/rustfmt#6210
  • Loading branch information
chrysn committed Jun 24, 2024
1 parent 69b2170 commit 0bf567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psa-crypto-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ mod common {
.clang_arg(format!("-I{}", out_dir))
.clang_arg("-DMBEDTLS_CONFIG_FILE=<config.h>")
.clang_arg(format!("-I{}", mbed_include_dir))
.rustfmt_bindings(true)
.rustfmt_bindings(false)
.header("src/c/shim.h")
.blocklist_type("max_align_t")
.generate_comments(false)
Expand Down

0 comments on commit 0bf567c

Please sign in to comment.