mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Fixed static uppercase warning
This commit is contained in:
parent
bfbc462511
commit
10f625c2c8
|
@ -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…
Reference in a new issue