mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-26 19:41:37 +08:00
Merge pull request #125 from gwenn/raw_pointer_derive
Fix warning with Rust 1.6
This commit is contained in:
commit
905edf84ef
@ -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