chose: appease clippy

This commit is contained in:
Mads Marquart 2025-05-17 03:56:51 +02:00 committed by GitHub
parent ed4ebd4242
commit 03c01e038b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 18 deletions

View file

@ -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>),