We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5660db7 commit 0095e99Copy full SHA for 0095e99
tests/tests.rs
@@ -45,7 +45,7 @@ The latest `rustfmt` is required to run the `bindgen` test suite. Install
45
"nightly",
46
"rustfmt",
47
"--config-path",
48
- concat!(env!("CARGO_MANIFEST_DIR"), "/tests/rustfmt.toml")
+ concat!(env!("CARGO_MANIFEST_DIR"), "/rustfmt.toml")
49
])
50
.stdin(process::Stdio::piped())
51
.stdout(process::Stdio::piped())
0 commit comments