Skip to content

Commit 510646a

Browse files
committed
fix build
1 parent 8cd6fdc commit 510646a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/redisraw/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#![allow(non_snake_case)]
44
#![allow(dead_code)]
55

6-
pub mod bindings;
6+
pub mod bindings {
7+
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
8+
}
79

810
// See: https://users.rust-lang.org/t/bindgen-generate-options-and-some-are-none/14027

0 commit comments

Comments
 (0)