Fixed static uppercase warning
This commit is contained in:
parent
bfbc462511
commit
10f625c2c8
1 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
#![allow(non_uppercase_statics)]
|
||||||
|
|
||||||
#[deriving(Clone,Show)]
|
#[deriving(Clone,Show)]
|
||||||
pub enum Event {
|
pub enum Event {
|
||||||
/// The size of the window has changed.
|
/// The size of the window has changed.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue