Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
RagibHasin committed Sep 17, 2024
1 parent b32e0f4 commit 60294b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xilem/src/view/board.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ where
}
}

#[expect(clippy::large_enum_variant)]
#[allow(clippy::large_enum_variant)]
pub enum BoardElement {
View(Pod<Box<dyn Widget>>, BoardParams),
Graphics(Pod<KurboShape>),
Expand Down

0 comments on commit 60294b9

Please sign in to comment.