We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d6c89 commit 7d7fbffCopy full SHA for 7d7fbff
libbindgen/tests/tests.rs
@@ -86,6 +86,7 @@ fn spawn_bindgen(header: &PathBuf, builder: libbindgen::Builder) -> Result<(), (
86
fn create_bindgen_builder(header: &PathBuf) -> libbindgen::Builder {
87
let mut builder = libbindgen::builder()
88
.header(header.to_str().unwrap())
89
+ .no_unstable_rust()
90
.raw_line("")
91
.raw_line("#![allow(non_snake_case)]")
92
.raw_line("");
0 commit comments