mirror of
https://github.com/danbulant/appit
synced 2026-06-24 17:11:54 +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.
|
/// A window that is running in its own thread.
|
||||||
|
#[allow(clippy::struct_excessive_bools)] // stop judging me clippy!
|
||||||
pub struct RunningWindow<AppMessage>
|
pub struct RunningWindow<AppMessage>
|
||||||
where
|
where
|
||||||
AppMessage: Message,
|
AppMessage: Message,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue