Skip to content

Commit

Permalink
Fix warning about non uppercase globals from bitflags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Moffitt committed Nov 6, 2014
1 parent 848816e commit 90b4abb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#![feature(phase)]
#![feature(unsafe_destructor)]

#![allow(non_upper_case_globals)]

//! An ideomatic wrapper for the GLFW library.
//!
//! # Example
Expand Down

0 comments on commit 90b4abb

Please sign in to comment.