We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26c3afe + 4640eca commit b2081ebCopy full SHA for b2081eb
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