We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f64f7 commit d136293Copy full SHA for d136293
src/binlog/decimal/test/mod.rs
@@ -14,6 +14,8 @@ use self::libstrings_bindings::*;
14
15
// Use `build.rs` to rebuild this.
16
#[allow(non_camel_case_types)]
17
+// this is due to rust-lang/rust-bindgen#1651
18
+#[allow(deref_nullptr)]
19
mod libstrings_bindings;
20
21
impl fmt::Debug for decimal_t {
0 commit comments