Skip to content

Commit b967bc9

Browse files
committed
Fix build script.
1 parent 3d55a27 commit b967bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen-integration/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extern crate bindgen;
22
extern crate cc;
33

44
use bindgen::callbacks::{
5-
DeriveInfo, IntKind, MacroParsingBehavior, ParseCallbacks,
5+
CargoCallbacks, DeriveInfo, IntKind, MacroParsingBehavior, ParseCallbacks,
66
};
77
use bindgen::{Builder, EnumVariation};
88
use std::collections::HashSet;

0 commit comments

Comments
 (0)