diff options
Diffstat (limited to 'src/clangll.rs')
-rw-r--r-- | src/clangll.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clangll.rs b/src/clangll.rs index 02834274..68be6675 100644 --- a/src/clangll.rs +++ b/src/clangll.rs @@ -2,9 +2,9 @@ #![allow(non_camel_case_types)] #![allow(dead_code)] -#![allow(unused_attribute)] +#![allow(unused_attributes)] #![allow(non_snake_case)] -#![allow(non_uppercase_statics)] +#![allow(non_upper_case_globals)] pub type ptrdiff_t = ::libc::c_long; pub type size_t = ::libc::c_ulong; |