Fix a couple of lints

This commit is contained in:
2025-08-26 13:28:39 -05:00
parent 9fb374059a
commit 5f617a67f6
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ pub struct UiTheme {
}
impl FromWorld for UiTheme {
fn from_world(world: &mut World) -> Self {
fn from_world(_world: &mut World) -> Self {
Self {
pane_bg: SLATE_100.into(),