Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
a2-ron committed Jul 7, 2021
1 parent 38f64f7 commit d136293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/binlog/decimal/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ use self::libstrings_bindings::*;

// Use `build.rs` to rebuild this.
#[allow(non_camel_case_types)]
// this is due to rust-lang/rust-bindgen#1651
#[allow(deref_nullptr)]
mod libstrings_bindings;

impl fmt::Debug for decimal_t {
Expand Down

0 comments on commit d136293

Please sign in to comment.