mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Fix warning with Rust 1.6
warning: lint raw_pointer_derive has been removed: using derive with raw pointers is ok
This commit is contained in:
parent
f0902c95c3
commit
2d0175b7dd
@ -1,4 +1,4 @@
|
||||
#![allow(raw_pointer_derive, non_snake_case, non_camel_case_types)]
|
||||
#![allow(non_snake_case, non_camel_case_types)]
|
||||
/* automatically generated by rust-bindgen */
|
||||
|
||||
pub type va_list = __builtin_va_list;
|
||||
|
Loading…
Reference in New Issue
Block a user