Skip to content

Commit 6bbdbcb

Browse files
committed
Enable unstable features of rustfmt when running tests
1 parent d076b9d commit 6bbdbcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The latest `rustfmt` is required to run the `bindgen` test suite. Install
4747
"--config-path",
4848
concat!(env!("CARGO_MANIFEST_DIR"), "/tests/rustfmt.toml")
4949
])
50+
.env("CFG_RELEASE_CHANNEL", "nightly")
5051
.stdin(process::Stdio::piped())
5152
.stdout(process::Stdio::piped())
5253
.stderr(process::Stdio::piped())

0 commit comments

Comments
 (0)