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 4b194a3 commit e894fabCopy full SHA for e894fab
src/redisraw/mod.rs
@@ -3,6 +3,8 @@
3
#![allow(non_snake_case)]
4
#![allow(dead_code)]
5
6
+// Workaround for https://github.com/rust-lang/rust-bindgen/issues/1651#issuecomment-848479168
7
+#[allow(deref_nullptr)]
8
pub mod bindings {
9
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
10
}
0 commit comments