We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd6fdc commit 510646aCopy full SHA for 510646a
src/redisraw/mod.rs
@@ -3,6 +3,8 @@
3
#![allow(non_snake_case)]
4
#![allow(dead_code)]
5
6
-pub mod bindings;
+pub mod bindings {
7
+ include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
8
+}
9
10
// See: https://users.rust-lang.org/t/bindgen-generate-options-and-some-are-none/14027
0 commit comments