Skip to content

Commit 0095e99

Browse files
committed
CI Tests Failing:
Change path to rustfmt.toml. Some tests fail due to formatting differences in expectations and generated bindings.
1 parent 5660db7 commit 0095e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The latest `rustfmt` is required to run the `bindgen` test suite. Install
4545
"nightly",
4646
"rustfmt",
4747
"--config-path",
48-
concat!(env!("CARGO_MANIFEST_DIR"), "/tests/rustfmt.toml")
48+
concat!(env!("CARGO_MANIFEST_DIR"), "/rustfmt.toml")
4949
])
5050
.stdin(process::Stdio::piped())
5151
.stdout(process::Stdio::piped())

0 commit comments

Comments
 (0)