mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Fixed static uppercase warning
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![allow(non_uppercase_statics)]
|
||||
|
||||
#[deriving(Clone,Show)]
|
||||
pub enum Event {
|
||||
/// The size of the window has changed.
|
||||
|
||||
Reference in New Issue
Block a user