mirror of
https://github.com/danbulant/appit
synced 2026-06-16 04:41:17 +00:00
Clippy
This commit is contained in:
parent
ea1c0975dc
commit
4b1eb39d4f
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue