diff --git a/src/xlib.rs b/src/xlib.rs index 49d3836..d1faa7f 100644 --- a/src/xlib.rs +++ b/src/xlib.rs @@ -7,7 +7,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![allow(non_uppercase_statics)] +#![allow(non_upper_case_globals)] #![allow(non_camel_case_types)] use libc::*;