Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #26 from metajack/rustup-20141105
Browse files Browse the repository at this point in the history
Fix compiler warnings from new Rust
  • Loading branch information
glennw committed Nov 6, 2014
2 parents c20e866 + d9b258d commit 58ec384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xlib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::*;
Expand Down

0 comments on commit 58ec384

Please sign in to comment.