diff --git a/src/window.rs b/src/window.rs index e0647be..6e528e9 100644 --- a/src/window.rs +++ b/src/window.rs @@ -277,6 +277,7 @@ enum HandleMessageResult { } /// A window that is running in its own thread. +#[allow(clippy::struct_excessive_bools)] // stop judging me clippy! pub struct RunningWindow where AppMessage: Message,