mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 21:30:03 -04:00
Fixed static uppercase warning
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user