Fixed static uppercase warning

This commit is contained in:
David Partouche 2014-10-11 12:04:48 +02:00
parent bfbc462511
commit 10f625c2c8

View file

@ -1,3 +1,5 @@
#![allow(non_uppercase_statics)]
#[deriving(Clone,Show)]
pub enum Event {
/// The size of the window has changed.