We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfab64 commit 4640ecaCopy full SHA for 4640eca
src/bin/bindgen.rs
@@ -70,7 +70,7 @@ pub fn main() {
70
}
71
72
73
- match builder_from_flags(env::args()) {
+ match builder_from_flags(bind_args.into_iter()) {
74
Ok((builder, output)) => {
75
let mut bindings = builder.generate()
76
.expect("Unable to generate bindings");
0 commit comments