chore: Fix remaining clippy lints
This commit is contained in:
parent
0a016991a4
commit
5216eb50ba
14 changed files with 64 additions and 50 deletions
|
|
@ -319,6 +319,7 @@ pub struct FullscreenRestoreData {
|
|||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum FocusResult {
|
||||
None,
|
||||
Handled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue