Skip to content

Commit 92395b4

Browse files
committed
Fix compile error preventing tests from running.
With this, the code now compiles irrespective of whether our crate is called bindgen or autocxx_bindgen.
1 parent e4e7fc8 commit 92395b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/parse_callbacks/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use bindgen::callbacks::*;
1+
use crate::bindgen::callbacks::*;
22

33
#[derive(Debug)]
44
struct EnumVariantRename;

0 commit comments

Comments
 (0)