mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Temporary allow deref_nullptr in tests
As a workaround to https://github.com/rust-lang/rust-bindgen/issues/2066
This commit is contained in:
parent
a596482ab1
commit
c670b6d653
@ -1,4 +1,5 @@
|
||||
#![allow(non_snake_case, non_camel_case_types)]
|
||||
#![cfg_attr(test, allow(deref_nullptr))] // https://github.com/rust-lang/rust-bindgen/issues/2066
|
||||
|
||||
pub use self::error::*;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user