This commit is contained in:
Jonathan Johnson 2024-08-28 08:43:43 -07:00
parent ea1c0975dc
commit 4b1eb39d4f
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -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<AppMessage>
where
AppMessage: Message,