We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e3b23 commit 3ad7a9eCopy full SHA for 3ad7a9e
libbindgen/tests/tests.rs
@@ -49,6 +49,7 @@ fn spawn_bindgen(header: &PathBuf, builder: libbindgen::Builder) -> Result<(), (
49
fn create_bindgen_builder(header: &PathBuf) -> libbindgen::Builder {
50
let mut builder = libbindgen::builder()
51
.header(header.to_str().unwrap())
52
+ .no_unstable_rust()
53
.raw_line("")
54
.raw_line("#![allow(non_snake_case)]")
55
.raw_line("");
0 commit comments