chose: appease clippy
This commit is contained in:
parent
ed4ebd4242
commit
03c01e038b
5 changed files with 20 additions and 18 deletions
|
|
@ -119,6 +119,7 @@ macro_rules! x11_or_wayland {
|
|||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum EventLoop {
|
||||
#[cfg(wayland_platform)]
|
||||
Wayland(Box<wayland::EventLoop>),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue