From d9b258d36aaee6bd1c3cf3f3ab13fbcacc06ae8f Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 5 Nov 2014 17:29:51 -0700 Subject: [PATCH] Fix compiler warnings from new Rust --- src/xlib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::*;