We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d076b9d commit 6bbdbcbCopy full SHA for 6bbdbcb
tests/tests.rs
@@ -47,6 +47,7 @@ The latest `rustfmt` is required to run the `bindgen` test suite. Install
47
"--config-path",
48
concat!(env!("CARGO_MANIFEST_DIR"), "/tests/rustfmt.toml")
49
])
50
+ .env("CFG_RELEASE_CHANNEL", "nightly")
51
.stdin(process::Stdio::piped())
52
.stdout(process::Stdio::piped())
53
.stderr(process::Stdio::piped())
0 commit comments