We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d55a27 commit b967bc9Copy full SHA for b967bc9
bindgen-integration/build.rs
@@ -2,7 +2,7 @@ extern crate bindgen;
2
extern crate cc;
3
4
use bindgen::callbacks::{
5
- DeriveInfo, IntKind, MacroParsingBehavior, ParseCallbacks,
+ CargoCallbacks, DeriveInfo, IntKind, MacroParsingBehavior, ParseCallbacks,
6
};
7
use bindgen::{Builder, EnumVariation};
8
use std::collections::HashSet;
0 commit comments