Skip to content

Commit d136293

Browse files
author
a2-ron
committed
1 parent 38f64f7 commit d136293

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/binlog/decimal/test/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ use self::libstrings_bindings::*;
1414

1515
// Use `build.rs` to rebuild this.
1616
#[allow(non_camel_case_types)]
17+
// this is due to rust-lang/rust-bindgen#1651
18+
#[allow(deref_nullptr)]
1719
mod libstrings_bindings;
1820

1921
impl fmt::Debug for decimal_t {

0 commit comments

Comments
 (0)